mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 02:54:10 +00:00
@@ -117,8 +117,8 @@ class Period
|
||||
end
|
||||
|
||||
def interval
|
||||
if days > 90
|
||||
"1 month"
|
||||
if days > 366
|
||||
"1 week"
|
||||
else
|
||||
"1 day"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user