forked from AkkomaGang/akkoma
removed a debug thingy
This commit is contained in:
parent
4430641349
commit
58262a8b8a
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ def filter(%{"type" => "Create"} = message) do
|
|||
end
|
||||
|
||||
@impl true
|
||||
def filter(message), do: {:ok_notcreate, message}
|
||||
def filter(message), do: {:ok, message}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue