Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
fix onrsvp 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Jan 17, 2023
1 parent f733465 commit 1126405
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/bot/bot.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ export class BotService {
userId: true,
status: true,
},
include: {
user: {
select: {
firstName: true,
lastName: true,
},
},
},
},
},
});
Expand Down

0 comments on commit 1126405

Please sign in to comment.