mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
fix: rename error variable in GET function for consistency
This commit is contained in:
@@ -30,7 +30,7 @@ export async function GET(_request: Request, { params }: { params: PackageParams
|
||||
'Content-Type': contentType,
|
||||
},
|
||||
})
|
||||
} catch (error) {
|
||||
} catch (_error) {
|
||||
return NextResponse.json({ error: 'Not found' }, { status: 404 })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user