Skip to content

Commit

Permalink
clean up legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Nov 1, 2024
1 parent 9054d55 commit 3cb097a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/uplink/packages/deployment/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ defmodule Uplink.Packages.Deployment.Router do
{:error, error} ->
json(conn, :unprocessable_entity, %{error: %{message: error}})

{:error, error, _} ->
json(conn, :unprocessable_entity, %{error: %{message: error}})

{:error, error, _, _} ->
json(conn, :unprocessable_entity, %{error: %{message: error}})

{:actor, :not_found} ->
json(conn, :not_found, %{error: %{message: "actor not found"}})
end
Expand Down

0 comments on commit 3cb097a

Please sign in to comment.