big clean up

This commit is contained in:
Tom Boullay
2026-05-08 03:02:26 +01:00
parent 0b519a20dc
commit ee44b44432
20 changed files with 208 additions and 94 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const saveMapPlugin = (): Plugin => ({
}
try {
const data = JSON.parse(Buffer.concat(chunks).toString());
const data: unknown = JSON.parse(Buffer.concat(chunks).toString());
try {
parseMapNodes(data);
} catch {