Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / lib / mix / tasks / pleroma / activity.ex
index e03966e18da4782879c8f211b852a3450bba014f..b4ab2f7df8408ca0067e4db22db74d86365c6c66 100644 (file)
@@ -16,6 +16,7 @@ defmodule Mix.Tasks.Pleroma.Activity do
   """
   def run(["get", id | _rest]) do
     start_pleroma()
+
     id
     |> Activity.get_by_id()
     |> IO.inspect()