Skip to content

Commit

Permalink
Fix lint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Feb 24, 2024
1 parent 6a2c80f commit c88a954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/changes_get_change.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fetch:
continue
}

if milestone.Status == sdp.RiskCalculationStatus_ProgressMilestone_STATUS_INPROGRESS {
if milestone.GetStatus() == sdp.RiskCalculationStatus_ProgressMilestone_STATUS_INPROGRESS {
currentMilestone = milestone.GetDescription()
}
}
Expand Down

0 comments on commit c88a954

Please sign in to comment.