fix: do not fail when a record cannot be updated
All checks were successful
CI / test (pull_request) Successful in 50s

This commit is contained in:
2024-12-27 19:54:00 +01:00
parent 381cf9a750
commit 0d14d50a9f

View File

@@ -120,7 +120,7 @@ func (c *ChangeDetector) detectAndApplyChanges() (int, error) {
slog.String("tld", domain.TLD),
slog.String("subdomain", subdomain),
)
return numberUpdated, err
continue
}
numberUpdated++
}