UBERF-6577: Fix invite link with null mask (#5372)

This commit is contained in:
Andrey Sobolev
2024-04-16 21:09:57 +07:00
committed by GitHub
parent 84de2c1931
commit c26ea595cd
3 changed files with 20 additions and 7 deletions
@@ -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[]