We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b75b4a commit 53e314aCopy full SHA for 53e314a
src/app/api/qrcode/route.ts
@@ -13,7 +13,7 @@ export async function GET() {
13
'Cache-Control': 'public, max-age=31536000, immutable',
14
},
15
});
16
- } catch (error) {
+ } catch (_error) {
17
return new NextResponse('Error loading QR code', { status: 500 });
18
}
19
0 commit comments