Fix duplicate code in setup route
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> EOF )
This commit is contained in:
parent
804f12ac29
commit
fa657a4ba9
1 changed files with 0 additions and 7 deletions
|
|
@ -117,10 +117,3 @@ export async function GET() {
|
|||
return NextResponse.json({ error: String(error) }, { status: 500 });
|
||||
}
|
||||
}
|
||||
|
||||
return NextResponse.json({ success: true, message: "Types created" });
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
return NextResponse.json({ error: String(error) }, { status: 500 });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue