Skip to content

Commit

Permalink
types: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghao1993 committed Jul 19, 2024
1 parent d08536d commit 09162f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth_options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const authOptions: AuthOptions = {
await newUser.save();

return newUser;
} catch (e) {
} catch (e: any ) {
console.log(e.message);
}
},
Expand Down

0 comments on commit 09162f0

Please sign in to comment.