Merge branch 'develop' into gun
[akkoma] / lib / pleroma / pool / request.ex
index 0f271b3d052b57bc23e3e2c47122ac617d834473..db7c10c01f7c51d91e9cc9a3cee38f5b63588fe1 100644 (file)
@@ -22,7 +22,7 @@ defmodule Pleroma.Pool.Request do
 
   @impl true
   def handle_call({:execute, client, request}, _from, state) do
-    response = Pleroma.HTTP.request_try(client, request)
+    response = Pleroma.HTTP.request(client, request)
 
     {:reply, response, state}
   end