Skip to content

Commit 8c4f7c3

Browse files
WIP fix parse body
1 parent 65481fd commit 8c4f7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/upsert-letter/src/handler/upsert-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function createUpsertLetterHandler(deps: Deps): SQSHandler {
5858
} catch (error) {
5959
if (error instanceof ZodError) {
6060
deps.logger.error(
61-
{ issues: error.issues },
61+
{ issues: error.issues, body: record.body },
6262
"Error parsing letter event in upsert",
6363
);
6464
}

0 commit comments

Comments
 (0)