giant massive dep upgrade and dialyxir-found error emporium (#371)
[akkoma] / lib / pleroma / web / web_finger / web_finger_controller.ex
index 7944c50aded9701828fef1fbd9b10ba254dfa972..f8b3c84a177b9eaf339de490d3a4c877f21d40fe 100644 (file)
@@ -36,7 +36,7 @@ defmodule Pleroma.Web.WebFinger.WebFingerController do
     else
       _e ->
         conn
-        |> put_status(404)
+        |> put_status(:not_found)
         |> json("Couldn't find user")
     end
   end