fix: format

This commit is contained in:
math-pixel
2026-04-27 13:57:17 +02:00
parent bcf3a63fc5
commit 753a767662
6 changed files with 2430 additions and 10241 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const saveMapPlugin = () => ({
res.writeHead(405).end();
return;
}
let body = "";
req.on("data", (chunk: any) => (body += chunk));
req.on("end", () => {