From b0c63463b566cfcf4896c17290cc08b663281b5d Mon Sep 17 00:00:00 2001 From: Aneesh Reddy Date: Mon, 27 Jan 2025 21:56:34 -0500 Subject: [PATCH] Added continue statement --- app/api/update/roster/route.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/update/roster/route.ts b/app/api/update/roster/route.ts index 2c70aa1..f97ce91 100644 --- a/app/api/update/roster/route.ts +++ b/app/api/update/roster/route.ts @@ -43,6 +43,7 @@ export async function GET() { }, }, }); + continue; } await prisma.user.update({