Skip to content
Snippets Groups Projects
Commit f1d58c5c authored by lain's avatar lain
Browse files

Don't run warnings in a task.

parent 39b24577
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ defmodule Pleroma.Application do
def start(_type, _args) do
import Cachex.Spec
Task.start(&Pleroma.DeprecationWarnings.warn/0)
Pleroma.DeprecationWarnings.warn()
# Define workers and child supervisors to be supervised
children =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment