Skip to content

Commit 0233eb8

Browse files
fix linting errors
1 parent ba37764 commit 0233eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ export default function createUpsertLetterHandler(deps: Deps): SQSHandler {
179179
const type = getType(letterEvent);
180180

181181
const operation = getOperationFromType(type);
182-
console.log("letterEvent: ", letterEvent);
183-
console.log("operation: ", operation);
182+
console.log("letterEvent:", letterEvent);
183+
console.log("operation:", operation);
184184
metrics.putDimensions({
185185
// eslint-disable-next-line sonarjs/pseudo-random
186186
OddOrEven: `${Math.floor(Math.random() * 10) % 2}`,

0 commit comments

Comments
 (0)