mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-22 06:26:28 +08:00
i am stupid
This commit is contained in:
parent
8f42872132
commit
26a876938e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export async function sendVerificationEmail(
|
|||
const isVerified = (
|
||||
await admin
|
||||
.auth()
|
||||
.getUser("uid")
|
||||
.getUser(uid)
|
||||
.catch((e) => {
|
||||
throw new MonkeyError(
|
||||
500, // this should never happen, but it does. it mightve been caused by auth token cache, will see if disabling cache fixes it
|
||||
|
|
Loading…
Add table
Reference in a new issue