fix: made UAC follow ts-standard

This commit is contained in:
ThinLiquid 2024-01-17 17:06:28 +00:00 committed by GitHub
parent 26657e8ef2
commit 3ca1e247b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ const UserAccessControl: Process = {
} else {
resolve(false)
}
})
}).catch((e) => console.error(e))
}).catch((e) => console.error(e))
})
}