Skip to content

Commit

Permalink
CM-728: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Mar 21, 2024
1 parent 10b8ddb commit 44946de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ const TASK_PROJECTION = () => [
'jsonExt',
];

const TASKS_FULL_PROJECTION = () => [
...TASK_PROJECTION, 'businessEvent',
];

export const formatTaskGroupGQL = (taskGroup) => {
const executors = taskGroup?.taskexecutorSet?.map((executor) => decodeId(executor.id));
const taskSources = taskGroup?.taskSources?.map((taskSource) => taskSource.name);
Expand Down

0 comments on commit 44946de

Please sign in to comment.