fix: body in summary

main
spacemeowx2 2022-11-29 15:05:53 +08:00 committed by imspace
parent d136fc563a
commit 42b2541007
1 changed files with 1 additions and 3 deletions

View File

@ -119,9 +119,7 @@ export class FileExporter implements GameExporter {
await Deno.writeTextFile( await Deno.writeTextFile(
filepath, filepath,
JSON.stringify({ JSON.stringify(body),
body,
}),
); );
return { return {