We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba05d12 commit d8e7eb2Copy full SHA for d8e7eb2
modules/migration/milestone.go
@@ -15,5 +15,5 @@ type Milestone struct {
15
Created time.Time `json:"created"`
16
Updated *time.Time `json:"updated"`
17
Closed *time.Time `json:"closed"`
18
- State string `json:"state"`
+ State string `json:"state"` // open, closed
19
}
0 commit comments