Typo.
This commit is contained in:
parent
66aa35903e
commit
279e1ce556
|
@ -25,7 +25,7 @@ def object(conn, %{"uuid" => uuid}) do
|
|||
|
||||
# TODO: Ensure that this inbox is a recipient of the message
|
||||
def inbox(%{assigns: %{valid_signature: true}} = conn, params) do
|
||||
Federator.enqeue(:incoming_ap_doc, params)
|
||||
Federator.enqueue(:incoming_ap_doc, params)
|
||||
json(conn, "ok")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue