Skip to content

Commit

Permalink
Merge pull request #324 from PrefectHQ/remove-state-name
Browse files Browse the repository at this point in the history
Remove state name
  • Loading branch information
pleek91 authored Nov 8, 2023
2 parents d0ffd25 + 179cabb commit e015786
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/RunGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export type RunGraphNode = {
kind: RunGraphNodeKind,
id: string,
label: string,
state_name: string,
state_type: StateType,
start_time: Date,
end_time: Date | null,
Expand Down

0 comments on commit e015786

Please sign in to comment.