Skip to content

Commit

Permalink
fix: eslint on migration
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenComp committed Nov 5, 2023
1 parent 8a1240e commit bb0f684
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ export class CreateTodoistTaskReactions1699140054686 implements MigrationInterfa
('delete-task', 'todoist', false, 'Delete a task on Todoist', $2, '{}'),
('reopen-task', 'todoist', false, 'Reopen a task on Todoist', $2, '{}')
`,
[
JSON.stringify(this.todoistUpdateTaskParametersFormFlow),
JSON.stringify(this.todoistIdParametersFormFlow),
],
[JSON.stringify(this.todoistUpdateTaskParametersFormFlow), JSON.stringify(this.todoistIdParametersFormFlow)],
);

await queryRunner.query(
Expand Down

0 comments on commit bb0f684

Please sign in to comment.