mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-10 17:25:26 +00:00
This log message was do do 💩
This commit is contained in:
parent
4190abbf27
commit
032ed2b945
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ defmodule Pleroma.Web.Federator do
|
||||||
|
|
||||||
def handle(type, _) do
|
def handle(type, _) do
|
||||||
Logger.debug(fn -> "Unknown task: #{type}" end)
|
Logger.debug(fn -> "Unknown task: #{type}" end)
|
||||||
{:error, "Don't know what do do with this"}
|
{:error, "Don't know what to do with this"}
|
||||||
end
|
end
|
||||||
|
|
||||||
def enqueue(type, payload, priority \\ 1) do
|
def enqueue(type, payload, priority \\ 1) do
|
||||||
|
|
Loading…
Reference in a new issue