fix: do not fail when a record cannot be updated
All checks were successful
CI / test (pull_request) Successful in 50s
All checks were successful
CI / test (pull_request) Successful in 50s
This commit is contained in:
@@ -120,7 +120,7 @@ func (c *ChangeDetector) detectAndApplyChanges() (int, error) {
|
||||
slog.String("tld", domain.TLD),
|
||||
slog.String("subdomain", subdomain),
|
||||
)
|
||||
return numberUpdated, err
|
||||
continue
|
||||
}
|
||||
numberUpdated++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user