Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam committed Mar 31, 2024
1 parent 00b842a commit 9b97864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const authOptions = {
name: 'test',
email: '[email protected]',
token: await generateJWT({
id: 1,
id: '1',
}),
};
}
Expand Down

0 comments on commit 9b97864

Please sign in to comment.