Skip to content

Commit 53e314a

Browse files
chore: eslint
1 parent 6b75b4a commit 53e314a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/qrcode/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export async function GET() {
1313
'Cache-Control': 'public, max-age=31536000, immutable',
1414
},
1515
});
16-
} catch (error) {
16+
} catch (_error) {
1717
return new NextResponse('Error loading QR code', { status: 500 });
1818
}
1919
}

0 commit comments

Comments
 (0)