From 42b254100773500ddf8c88b6dcf8a49662ac1cbf Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Tue, 29 Nov 2022 15:05:53 +0800 Subject: [PATCH] fix: body in summary --- src/exporters/file.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/exporters/file.ts b/src/exporters/file.ts index bc8cf79..4f8bfa9 100644 --- a/src/exporters/file.ts +++ b/src/exporters/file.ts @@ -119,9 +119,7 @@ export class FileExporter implements GameExporter { await Deno.writeTextFile( filepath, - JSON.stringify({ - body, - }), + JSON.stringify(body), ); return {