Fix: calculate days here

This commit is contained in:
Jorge Manrubia
2025-06-05 16:38:59 +02:00
parent 2e60fcdf98
commit 5107eebbdb
+1 -1
View File
@@ -23,6 +23,6 @@ class Card::Entropy
end
def days_before_reminder
(auto_clean_period * 0.25).round
(auto_clean_period * 0.25).seconds.in_days.round
end
end