Skip to content

Commit

Permalink
chore: todo comment for bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gmat224 committed Dec 22, 2024
1 parent d18c4ce commit d78501a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/gateway/userGateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export async function insertUserTicket(data: {
return newUserTicket[0];
}

// TODO: Add check to make sure server does not crash if an expiry date already exists
export async function updateUserMembershipExpiryDate(
sessionId: string
): Promise<void> {
Expand Down

0 comments on commit d78501a

Please sign in to comment.