added an edge case for the default map url
This commit is contained in:
parent
d98efc0433
commit
ccf80c1dd0
2 changed files with 9 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue