Skip to content

Commit

Permalink
feat: update cp failed task key (#134)
Browse files Browse the repository at this point in the history
* feat: update cp failed task key

Signed-off-by: Serge Bouchut <[email protected]>

* update changelog with pr number

Signed-off-by: Serge Bouchut <[email protected]>

* 📝 Update changelog

Signed-off-by: Milouu <[email protected]>

Signed-off-by: Serge Bouchut <[email protected]>
Signed-off-by: Milouu <[email protected]>
Co-authored-by: Milouu <[email protected]>
  • Loading branch information
sergebouchut2 and Milouu authored Nov 22, 2022
1 parent 105780a commit 3130483
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Update compute plan failed task key (#134)

## [0.37.0] - 2022-11-22

### Added
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 3130483

Please sign in to comment.