mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-23 10:31:43 +01:00
Fix linting issue
This commit is contained in:
parent
637bea5d32
commit
a0fba97d79
@ -362,7 +362,7 @@ namespace :mastodon do
|
|||||||
q.convert :int
|
q.convert :int
|
||||||
end
|
end
|
||||||
|
|
||||||
env['IP_RETENTION_PERIOD'] = (ip_retention_period_days * 86400)
|
env['IP_RETENTION_PERIOD'] = (ip_retention_period_days * 86_400)
|
||||||
|
|
||||||
prompt.say "\n"
|
prompt.say "\n"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user