Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 6c6cb72

Browse files
committed
fix eventId
1 parent 8872c5c commit 6c6cb72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/controllers/sessions.ts

-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ export async function GetSessions(req: Request, res: Response) {
5656
},
5757
},
5858
]
59-
args.where.eventId = {
60-
in: [req.query.event].flat() as string[],
61-
}
6259
}
6360
if (req.query.event) {
6461
args.where.eventId = {

0 commit comments

Comments
 (0)