We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f2bd8 commit fa7e44dCopy full SHA for fa7e44d
services/libs/sqs/src/instances/integrationRunWorker.ts
@@ -47,6 +47,6 @@ export class IntegrationRunWorkerEmitter extends SqsQueueEmitter {
47
}
48
49
public async streamProcessed(tenantId: string, platform: string, runId: string): Promise<void> {
50
- await this.sendMessage(runId, new StreamProcessedQueueMessage(runId), runId)
+ await this.sendMessage(runId, new StreamProcessedQueueMessage(runId))
51
52
0 commit comments