From 18eba1bd6ac7d5101e65bcbe319e82df83721954 Mon Sep 17 00:00:00 2001 From: Oscar Busk Date: Sun, 10 Mar 2024 14:04:09 +0100 Subject: [PATCH] Linting issue --- src/app/api/-/destination/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/-/destination/route.ts b/src/app/api/-/destination/route.ts index 69445467..c0109e3b 100644 --- a/src/app/api/-/destination/route.ts +++ b/src/app/api/-/destination/route.ts @@ -8,7 +8,7 @@ function assureArrayLength(specs: string[]) { throw new Error("Too many specs"); } -export async function GET(req: NextRequest, { params }: { params: {} }) { +export async function GET(req: NextRequest, {}: { params: {} }) { const { searchParams } = new URL(req.url); const specsOrVersions = assureArrayLength(