Skip to content

Commit

Permalink
Add auth credentials to UserFeedbackRequest type
Browse files Browse the repository at this point in the history
  • Loading branch information
ms0ur1s committed Feb 7, 2024
1 parent d0b4b79 commit d34d0d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@ type UserFeedbackRequest = Request & {
question3: string;
question4: string;
};
auth: {
credentials: {
user_id: number;
};
};
};

async function userFeedback(
Expand Down

0 comments on commit d34d0d3

Please sign in to comment.