Apply suggestions from code review

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
kasenvr 2020-09-16 19:59:07 -04:00 committed by GitHub
parent fd5b84b6eb
commit 66f953d957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ var URLs = {
// STAGING METAVERSE_URL: https://staging.highfidelity.com
DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live",
CDN_URL: 'https://content.vircadia.com/eu-c-1',
PLACE_URL: 'https://hifi.place',
PLACE_URL: 'https://hifi.place'
};
var Strings = {
@ -510,4 +510,3 @@ function getMetaverseUrl(callback) {
}
});
}