diff --git a/backend/src/auth/jwt/JWT.ts b/backend/src/auth/jwt/JWT.ts index 1f42cb198..26687d3c5 100644 --- a/backend/src/auth/jwt/JWT.ts +++ b/backend/src/auth/jwt/JWT.ts @@ -29,7 +29,7 @@ export const verify = async (token: string, signkey: string): Promise