forked from AkkomaGang/akkoma
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 @@ def handle(:publish_single_websub, %{xml: xml, topic: topic, callback: callback,
|
|||
|
||||
def handle(type, _) do
|
||||
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
|
||||
|
||||
def enqueue(type, payload, priority \\ 1) do
|
||||
|
|
Loading…
Reference in a new issue