Skip to content

Commit

Permalink
typo (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronpettit authored May 9, 2024
1 parent 99a5adf commit 06e1923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambda/dynamoUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ async function batchWrite(items, action = 'put') {

await dynamodb.batchWriteItem(batchChunk).promise();
} catch (err) {
console.log('ashhh shit');
for (const item of items) {
console.log('item.fields:', item.fields);
}
Expand Down

0 comments on commit 06e1923

Please sign in to comment.