mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Prettify all files
This commit is contained in:
@@ -27,7 +27,7 @@ export async function POST(req: Request) {
|
||||
|
||||
return NextResponse.json(
|
||||
{ success: `Message delivered to ${mailInfo.accepted}` },
|
||||
{ status: 250 }
|
||||
{ status: 250 },
|
||||
);
|
||||
} catch (error) {
|
||||
errorLog(error);
|
||||
|
||||
Reference in New Issue
Block a user