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 162d2ae commit 140a685Copy full SHA for 140a685
pyfcm/baseapi.py
@@ -286,9 +286,7 @@ def parse_payload(
286
else:
287
raise InvalidDataError("Provided fcm_options is in the wrong format")
288
289
- fcm_payload[
290
- "notification"
291
- ] = (
+ fcm_payload["notification"] = (
292
{}
293
) # - https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#notification
294
# If title is present, use it
0 commit comments