fix: body in summary
parent
d136fc563a
commit
42b2541007
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue