reduce error log

This commit is contained in:
Pete Matsyburka
2024-02-16 19:44:59 +02:00
parent 4449475467
commit f8a654a5b6
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ module Submitters
value
end
rescue Date::Error => e
Rollbar.error(e) if defined?(Rollbar)
Rollbar.warning(e) if defined?(Rollbar)
value
end