Fix linting issue

pull/33015/head
Isa S. 2024-11-21 17:57:23 +01:00
parent 637bea5d32
commit a0fba97d79
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ namespace :mastodon do
q.convert :int
end
env['IP_RETENTION_PERIOD'] = (ip_retention_period_days * 86400)
env['IP_RETENTION_PERIOD'] = (ip_retention_period_days * 86_400)
prompt.say "\n"