diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-14 23:24:27 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-15 00:06:20 -0800 |
| commit | 9c9f35734e795e3c2cea21384349b655d7ffa164 (patch) | |
| tree | 66351cc8a4d72f2eabb2a6ec6ee96ed7abbb253f /src/storage | |
| parent | 15e37e367c7e30a8b172c5a379791fb3e0b820b8 (diff) | |
| download | posthook-9c9f35734e795e3c2cea21384349b655d7ffa164.tar.gz posthook-9c9f35734e795e3c2cea21384349b655d7ffa164.zip | |
Add cors flags
Diffstat (limited to 'src/storage')
| -rw-r--r-- | src/storage/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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))); |
