Skip to content

Commit

Permalink
Update user-resolver.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-herridge authored Nov 18, 2023
1 parent e9fa054 commit 6ed18ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/user-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export class UserResolver {
oAuthToken: accessToken,
oAuthTokenUpdatedAtTimestamp: new Date().toString(),
discordUserId: "test-id-00000",
discordDisplatName: "TestDisplatName",
discordDisplayName: "TestDisplayName",
},
process.env.JWT_SECRET
);
Expand Down

0 comments on commit 6ed18ca

Please sign in to comment.