Refactoring of Application module
This commit is contained in:
@@ -23,7 +23,7 @@ defmodule Mobilizon.Service.Federator do
|
||||
{:ok, args}
|
||||
end
|
||||
|
||||
def start_link do
|
||||
def start_link(_) do
|
||||
spawn(fn ->
|
||||
# 1 minute
|
||||
Process.sleep(1000 * 60)
|
||||
|
||||
Reference in New Issue
Block a user