stupid fix

This commit is contained in:
MathMan05 2025-04-03 12:53:03 -05:00 committed by GitHub
parent 99cc009670
commit d267b08ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ router.post(
let user;
try {
const userTokenData = await checkToken(tokenconst, {select : ["email"]});
const userTokenData = await checkToken(token, {select : ["email"]});
user = userTokenData.user;
} catch {
throw FieldErrors({