Skip to content

Commit

Permalink
Update processEmails.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinh8124 committed Jan 23, 2025
1 parent 1236a60 commit db0696b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda/processEmails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export async function processRecord(kafkaRecord: KafkaRecord, config: ProcessEma
};
console.log("beforeww")
const safeSeatoolRecord = opensearch.main.seatool.transform(id).safeParse(seatoolRecord);
console.log('inside process record', seatoolRecord.)
console.log('inside process record', seatoolRecord)
console.log('seatool safe record', safeSeatoolRecord)
if(safeSeatoolRecord.data?.seatoolStatus === SEATOOL_STATUS.WITHDRAWN) {
//send email
Expand Down

0 comments on commit db0696b

Please sign in to comment.