chore: standardize quotes in pnpm-lock.yaml and clean up formatting in various files for improved readability

This commit is contained in:
Julien Froidefond
2025-12-06 12:38:45 +01:00
parent ad8b936c7a
commit a7f3433f5f
11 changed files with 4385 additions and 2512 deletions

View File

@@ -21,10 +21,7 @@ export async function GET(request: NextRequest) {
});
}
return NextResponse.json(
{ error: "Invalid request" },
{ status: 400 },
);
return NextResponse.json({ error: "Invalid request" }, { status: 400 });
} catch (error) {
console.error("Error fetching accounts:", error);
return NextResponse.json(