Skip to content

Commit

Permalink
chore: console log for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
asharonbaltazar committed Dec 8, 2024
1 parent c5f1457 commit 7a02c49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/lambda/sinkMainProcessors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export const insertNewSeatoolRecordsFromKafkaIntoMako = async (

const id: string = decodeBase64WithUtf8(key);

console.log({ splitId: id.split(""), makoDocTimestamps });

if (!value) {
// record in seatool has been deleted
// nulls the seatool properties from the record
Expand Down

0 comments on commit 7a02c49

Please sign in to comment.