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
@@ -42,7 +42,7 @@ module TimeUtils
I18n.l(date, format: i18n_format, locale:)
rescue Date::Error => e
Rollbar.error(e) if defined?(Rollbar)
Rollbar.warning(e) if defined?(Rollbar)
string
end