Skip to content

Commit

Permalink
feat: remove failed task category
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Bouchut <[email protected]>
  • Loading branch information
sergebouchut2 committed Oct 7, 2022
1 parent 9087544 commit 30e8ba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Warnings during npm install (#126)

### Removed

- Failed task category

## [0.36.0] - 2022-10-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/modules/computePlans/ComputePlansTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type ComputePlanStubT = {
};

export type ComputePlanT = ComputePlanStubT & {
failed_task?: { key: string };
failed_task_key?: string;
};

export const isComputePlan = (
Expand Down

0 comments on commit 30e8ba8

Please sign in to comment.