From 9c9f35734e795e3c2cea21384349b655d7ffa164 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 14 Dec 2025 23:24:27 -0800 Subject: Add cors flags --- src/storage/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/storage/index.ts') diff --git a/src/storage/index.ts b/src/storage/index.ts index 631fc2e..c3c97d8 100644 --- a/src/storage/index.ts +++ b/src/storage/index.ts @@ -152,7 +152,6 @@ export class Storage { }; await writeFile(join(requestDir, 'request.json'), JSON.stringify(stored, null, 2)); - await writeFile(join(requestDir, 'body.json'), JSON.stringify(body, null, 2)); return Either.right(stored); } catch (err) { return Either.left(err instanceof Error ? err : new Error(String(err))); -- cgit v1.2.3-70-g09d2