Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Dec 13, 2024
1 parent be3c210 commit 7a8595e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions models/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ import {
} from "mu";

export const JOB_STATUSES = {
scheduled: 'http://redpencil.data.gift/id/concept/JobStatus/scheduled',
busy: 'http://redpencil.data.gift/id/concept/JobStatus/busy',
success: 'http://redpencil.data.gift/id/concept/JobStatus/success',
failed: 'http://redpencil.data.gift/id/concept/JobStatus/failed',
canceled: 'http://redpencil.data.gift/id/concept/JobStatus/canceled',
scheduled: "http://redpencil.data.gift/id/concept/JobStatus/scheduled",
busy: "http://redpencil.data.gift/id/concept/JobStatus/busy",
success: "http://redpencil.data.gift/id/concept/JobStatus/success",
failed: "http://redpencil.data.gift/id/concept/JobStatus/failed",
canceled: "http://redpencil.data.gift/id/concept/JobStatus/canceled",
};


export const TASK_TYPE_REGLEMENT_PUBLISH =
"regulatory-attachment-publication-tasks";
export const TASK_TYPE_SNIPPET_PUBLISH = "snippet-list-publication-tasks";
Expand Down

0 comments on commit 7a8595e

Please sign in to comment.