Skip to content

Commit

Permalink
feat(cb2-10603): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
naathanbrown committed Mar 28, 2024
1 parent 6a983b1 commit 3ad2d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/sqsProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export const processRecord = (record: any) => {
) {
return DynamoDB.Converter.unmarshall(recordBody.dynamodb.NewImage);
}
console.error(`process return undefined, record is ${recordBody}`);
return undefined;
};

0 comments on commit 3ad2d00

Please sign in to comment.