Skip to content

Commit

Permalink
Add some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Mar 20, 2024
1 parent 64ac4f0 commit 086efee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typescript/src/soft-opt-ins/processSubscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ async function sendSoftOptIns(identityId: string, subscriptionId: string, platfo
subscriptionId: subscriptionId
};

console.log("Attempting to send soft opt-in message to queue", message);

await sendToSqsSoftOptIns(
Stage === "PROD"
? `${queueNamePrefix}/soft-opt-in-consent-setter-queue-PROD`
Expand Down

0 comments on commit 086efee

Please sign in to comment.