Skip to content

Commit

Permalink
Minor sig fix in docs (#405)
Browse files Browse the repository at this point in the history
* Update README.md

Minor sig changes

* Update README.md

---------

Co-authored-by: Chris Oliver <excid3@gmail.com>
  • Loading branch information
rromanchuk and excid3 committed Feb 17, 2024
1 parent 795d888 commit 2f3c230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ module IosNotifier
config.key_id = Rails.application.credentials.dig(:ios, :key_id)
config.team_id = Rails.application.credentials.dig(:ios, :team_id)
config.apns_key = Rails.application.credentials.dig(:ios, :apns_key)
config.if = ->(recipient) { recipient.ios_notifications? }
config.if = -> { recipient.ios_notifications? }
end
end
end
Expand Down

0 comments on commit 2f3c230

Please sign in to comment.