Skip to content

Commit a181068

Browse files
fix task processor SQS queue
1 parent cf1345a commit a181068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/slack/commands/enrich-opportunity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function EnrichOpportunityCommand(context) {
107107
};
108108

109109
await sqsClient.send(new SendMessageCommand({
110-
QueueUrl: env.SQS_QUEUE_URL,
110+
QueueUrl: env.TASK_PROCESSOR_QUEUE_URL,
111111
MessageBody: JSON.stringify(message),
112112
}));
113113

0 commit comments

Comments
 (0)