Skip to content

Commit 5c5d464

Browse files
committed
Change from github.Milestone to provider.Milestone
1 parent 8d916ce commit 5c5d464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/site/kanban.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ func milestoneChoices(results []*triage.RuleResult, milestoneID int) (*provider.
320320
return chosen, choices
321321
}
322322

323-
func currentMilestone(milestones []*github.Milestone) *github.Milestone {
324-
var curr *github.Milestone
323+
func currentMilestone(milestones []*provider.Milestone) *provider.Milestone {
324+
var curr *provider.Milestone
325325
today := time.Now()
326326
for _, m := range milestones {
327327
if m.GetDueOn().Before(today) {

0 commit comments

Comments
 (0)