Skip to content

Commit

Permalink
fix(deps): sonar fix (#2129)
Browse files Browse the repository at this point in the history
* fix(deps): sonar fix

sonar fix

2126

* fix(deps): fix sonar issue

fix sonar issue

2126
  • Loading branch information
Tyagi-Sunny committed Jul 4, 2024
1 parent f226bc7 commit 1131668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/task-service/src/commands/create-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class CreateTaskCommand implements ICommand {
const promises = tasks.map(async dbTask => {
if (workflow.id) {
const result = await workflowCtrl.startWorkflow(
workflow.id!,
workflow.id,
new ExecuteWorkflowDto({
input: {
taskId: dbTask.id,
Expand Down

0 comments on commit 1131668

Please sign in to comment.