fix: made UAC follow ts-standard
This commit is contained in:
parent
26657e8ef2
commit
3ca1e247b4
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const UserAccessControl: Process = {
|
|||
} else {
|
||||
resolve(false)
|
||||
}
|
||||
})
|
||||
}).catch((e) => console.error(e))
|
||||
}).catch((e) => console.error(e))
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue