Skip to content

Commit

Permalink
HARMONY-1996: Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
indiejames committed Jan 24, 2025
1 parent 8551b21 commit 57ad87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/harmony/app/models/work-item-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export enum WorkItemStatus {
FAILED = 'failed',
CANCELED = 'canceled',
WARNING = 'warning',
};
}

// additional information about the status - currently only relevant for WARNING status
export enum WorkItemSubStatus {
Expand Down

0 comments on commit 57ad87c

Please sign in to comment.