From f66dc24ef4dce5bce947752ce905a6e830307ea7 Mon Sep 17 00:00:00 2001 From: Seth Akins Date: Sat, 6 Apr 2024 16:55:36 -0700 Subject: [PATCH] Fixed bug where we were filtering requested submissions by the userId of the box owner --- src/app/api/submission-box/myboxes/route.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/api/submission-box/myboxes/route.ts b/src/app/api/submission-box/myboxes/route.ts index 7ee915dd..c6cfbb77 100644 --- a/src/app/api/submission-box/myboxes/route.ts +++ b/src/app/api/submission-box/myboxes/route.ts @@ -39,9 +39,6 @@ export async function GET(_: NextRequest): Promise { }, include: { requestedSubmissions: { - where: { - userId: userId, - }, include: { videoVersions: { select: {