Skip to content

Commit eb61d2c

Browse files
committed
CCM-12740: linting
1 parent 441546f commit eb61d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/ttl-handle-expiry-lambda/src/apis/dynamodb-stream-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const createHandler = ({
3838
// This shouldn't happen unless the stream filter has been changed.
3939
logger.error({
4040
description: 'Non-REMOVE event or missing OldImage',
41-
record
41+
record,
4242
});
4343

4444
return;

0 commit comments

Comments
 (0)