Skip to content

Commit

Permalink
fix:lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed Oct 30, 2023
1 parent fcbe516 commit 8305b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkpoint/types/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ func GetMilestoneID() string {
if milestoneId.Load() == nil {
return ""
}

return milestoneId.Load().(string)
}

Expand Down

0 comments on commit 8305b2c

Please sign in to comment.