1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

Don't run warnings in a task.

This commit is contained in:
lain 2019-01-28 13:05:17 +01:00
parent 39b2457734
commit f1d58c5c49

View file

@ -22,7 +22,7 @@ def user_agent() 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 =