Skip to content

Commit

Permalink
fix: pass mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Jan 31, 2025
1 parent c7f134d commit f4bd7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pigeon/fcm/error.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ defmodule Pigeon.FCM.Error do
defp parse_response("UNAVAILABLE"), do: :unavailable
defp parse_response("INTERNAL"), do: :internal
defp parse_response("THIRD_PARTY_AUTH_ERROR"), do: :third_party_auth_error
defp parse_response("PERMISSION_DENIED"), do: :permission_denied
defp parse_response("PERMISSION_DENIED"), do: :permission_denied
defp parse_response(_other), do: :unknown_error
end

0 comments on commit f4bd7a9

Please sign in to comment.