Skip to content

Commit

Permalink
keep the comment on the State data member
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Dachary authored and realaravinth committed Jan 25, 2022
1 parent ba05d12 commit d8e7eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/migration/milestone.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ type Milestone struct {
Created time.Time `json:"created"`
Updated *time.Time `json:"updated"`
Closed *time.Time `json:"closed"`
State string `json:"state"`
State string `json:"state"` // open, closed
}

0 comments on commit d8e7eb2

Please sign in to comment.