Skip to content

Commit fa7e44d

Browse files
author
Uros Marolt
authored
don't use deduplication id for streamProcessed events (#1385)
1 parent 23f2bd8 commit fa7e44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/libs/sqs/src/instances/integrationRunWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ export class IntegrationRunWorkerEmitter extends SqsQueueEmitter {
4747
}
4848

4949
public async streamProcessed(tenantId: string, platform: string, runId: string): Promise<void> {
50-
await this.sendMessage(runId, new StreamProcessedQueueMessage(runId), runId)
50+
await this.sendMessage(runId, new StreamProcessedQueueMessage(runId))
5151
}
5252
}

0 commit comments

Comments
 (0)