Skip to content

Commit

Permalink
Bug in closing session
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Jan 2, 2024
1 parent 06d6822 commit 703d06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/utils/tripsitme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ export async function tripsitmeUserClose(
user_id: userData.id,
status: {
not: {
in: ['CLOSED', 'RESOLVED', 'DELETED'],
in: ['CLOSED', 'DELETED'],
},
},
},
Expand Down

0 comments on commit 703d06c

Please sign in to comment.