Skip to content

Commit

Permalink
fixed joycons left
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyRoncin committed May 16, 2024
1 parent 884218c commit fe7ce68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export async function getJoyconsLeft() {
{ borrowOpening: { date: { not: null } } },
],
returnOpening: { date: null },
borrowOpening: { code: { not: null } },
},
});
return (
Expand Down

0 comments on commit fe7ce68

Please sign in to comment.