Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 25, 2024
1 parent 95d3b63 commit 75cb19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canyon-backend/src/user/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class UserController {
getHello(@Request() req): Promise<any> {
return this.prismaService.user.findFirst({
where: {
id: req.user.id,
id: String(req.user.id),
},
});
}
Expand Down

0 comments on commit 75cb19b

Please sign in to comment.