Skip to content

Commit

Permalink
Remove no longer used waiting_exits from flow metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Dec 16, 2024
1 parent 3f796f5 commit 90c14a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/flowTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export interface Dependency {

export interface FlowMetadata {
dependencies: Dependency[];
waiting_exit_uuids: string[];
results: Result[];
parent_refs: string[];
}
Expand Down
1 change: 0 additions & 1 deletion src/store/flowContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const initialState: FlowContext = {
metadata: {
dependencies: [],
results: [],
waiting_exit_uuids: [],
parent_refs: []
},
contactFields: {},
Expand Down

0 comments on commit 90c14a6

Please sign in to comment.