fix: do not fail when a notification cannot be sent

This commit is contained in:
2024-12-27 19:53:46 +01:00
parent df6c48b875
commit 381cf9a750

View File

@@ -104,7 +104,7 @@ func (c *ChangeDetector) detectAndApplyChanges() (int, error) {
c.logger.Warn("Failed to send notification", c.logger.Warn("Failed to send notification",
slog.String("error", err.Error()), slog.String("error", err.Error()),
) )
return numberUpdated, err continue
} }
c.logger.Info("Updating record", c.logger.Info("Updating record",