mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
UBERF-6577: Fix invite link with null mask (#5372)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
const client = getClient()
|
||||
let expTime: number = 48
|
||||
let mask: string
|
||||
let mask: string = ''
|
||||
let limit: number = -1
|
||||
let noLimit: boolean = true
|
||||
let existingInviteSettings: InviteSettings[]
|
||||
|
||||
Reference in New Issue
Block a user