chore: fix all linting issues and optimize components
Some checks failed
Some checks failed
This commit is contained in:
@@ -25,7 +25,7 @@ export async function POST(request: NextRequest) {
|
||||
return NextResponse.json({ error: 'Empty envelope' }, { status: 400 });
|
||||
}
|
||||
|
||||
const header = JSON.parse(lines[0]);
|
||||
JSON.parse(lines[0]);
|
||||
const realDsn = config.errors.glitchtip.dsn;
|
||||
|
||||
if (!realDsn) {
|
||||
|
||||
Reference in New Issue
Block a user