Skip to content

Commit 1131668

Browse files
authored
fix(deps): sonar fix (#2129)
* fix(deps): sonar fix sonar fix 2126 * fix(deps): fix sonar issue fix sonar issue 2126
1 parent f226bc7 commit 1131668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/task-service/src/commands/create-task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class CreateTaskCommand implements ICommand {
128128
const promises = tasks.map(async dbTask => {
129129
if (workflow.id) {
130130
const result = await workflowCtrl.startWorkflow(
131-
workflow.id!,
131+
workflow.id,
132132
new ExecuteWorkflowDto({
133133
input: {
134134
taskId: dbTask.id,

0 commit comments

Comments
 (0)