fix: body in summary
parent
d136fc563a
commit
42b2541007
|
|
@ -119,9 +119,7 @@ export class FileExporter implements GameExporter {
|
|||
|
||||
await Deno.writeTextFile(
|
||||
filepath,
|
||||
JSON.stringify({
|
||||
body,
|
||||
}),
|
||||
JSON.stringify(body),
|
||||
);
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue