Skip to content

Commit 3bd366b

Browse files
committed
Fix copy paste error
1 parent 14825dd commit 3bd366b

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
@@ -69,7 +69,7 @@ function getOperationFromType(type: string): UpsertOperation {
6969
await deps.letterRepo.updateLetterStatus(letterToUpdate);
7070

7171
deps.logger.info({
72-
description: "Inserted letter",
72+
description: "Updated letter",
7373
eventId: supplierEvent.id,
7474
letterId: letterToUpdate.id,
7575
supplierId: letterToUpdate.supplierId,

0 commit comments

Comments
 (0)