Skip to content

Commit 8560f5a

Browse files
authored
Merge pull request #73 from trickest/fix/unused-workflow-struct-key
Remove unused workflow struct key
2 parents 0b3aac5 + f8889e9 commit 8560f5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/list.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ type Workflow struct {
101101
ProjectName string `json:"project_name,omitempty"`
102102
ProjectInfo uuid.UUID `json:"project_info,omitempty"`
103103
VersionCount *int `json:"version_count,omitempty"`
104-
ScheduleInfo uuid.UUID `json:"schedule_info,omitempty"`
105104
IsScheduled bool `json:"is_scheduled"`
106105
Executing bool `json:"executing"`
107106
}

0 commit comments

Comments
 (0)