diff --git a/pkg/db/canary.go b/pkg/db/canary.go index f54c2496b..dbd2b0642 100644 --- a/pkg/db/canary.go +++ b/pkg/db/canary.go @@ -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,