We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c610dd9 commit eb83056Copy full SHA for eb83056
push_notifications/gcm.py
@@ -121,7 +121,7 @@ def _cm_send_request(
121
122
data = data.copy()
123
124
- # If using FCM, optionnally autodiscovers notification related keys
+ # If using FCM, optionally autodiscovers notification related keys
125
# https://firebase.google.com/docs/cloud-messaging/concept-options#notifications_and_data_messages
126
if cloud_type == "FCM" and use_fcm_notifications:
127
notification_payload = {}
0 commit comments