Skip to content

Commit

Permalink
fix: add permission denied to FCM parse_response (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
speeddragon authored Jan 31, 2025
1 parent b1c5bd3 commit 555f4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pigeon/fcm/error.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +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(_other), do: :unknown_error
end

0 comments on commit 555f4d4

Please sign in to comment.