Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 18, 2023
1 parent 2a3baaa commit 85d3161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/db/canary.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func AddCheckStatuses(ids []string, status models.CheckHealthStatus) error {

var objs []*models.CheckStatus
for _, id := range ids {

if checkID, err := uuid.Parse(id); err != nil {
objs = append(objs, &models.CheckStatus{
CheckID: checkID,
Expand Down

0 comments on commit 85d3161

Please sign in to comment.