added an edge case for the default map url

This commit is contained in:
arp 2020-10-13 16:42:05 +02:00
parent d98efc0433
commit ccf80c1dd0
2 changed files with 9 additions and 1 deletions

View file

@ -36,6 +36,8 @@ class UrlManager {
}
//todo: simply use the roomId
//todo: test this with cypress
public editUrlForRoom(roomSlug: string, organizationSlug: string|null, worldSlug: string |null): string {
let newUrl:string;
if (organizationSlug) {