Skip to content

Commit

Permalink
Merge pull request #545 from COSC-499-W2023/544-bug-submission-box-ca…
Browse files Browse the repository at this point in the history
…rds-not-displaying-requested-submissions

Fix Bug With Submission Box Cards
  • Loading branch information
Hedgemon4 authored Apr 7, 2024
2 parents 22fa0aa + f66dc24 commit 287df16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/api/submission-box/myboxes/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ export async function GET(_: NextRequest): Promise<NextResponse> {
},
include: {
requestedSubmissions: {
where: {
userId: userId,
},
include: {
videoVersions: {
select: {
Expand Down

0 comments on commit 287df16

Please sign in to comment.