Skip to content

Commit

Permalink
fix input for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Nov 19, 2024
1 parent 9b1e192 commit 4070eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/temporal/discourse.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TemporalDiscourseService extends TemporalCoreService {
action: {
type: 'startWorkflow',
workflowType: 'DiscourseExtractWorkflow',
args: [endpoint, platformId],
args: [{ endpoint, platformId }],
taskQueue: config.temporal.heavyQueue,
},
scheduleId: `discourse/${encodeURIComponent(endpoint)}`,
Expand Down

0 comments on commit 4070eb2

Please sign in to comment.