You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After going through the code I understand that the _toProto() method serialises the ApnsConfig Object resulting in this exception as it creates nullable fields like;
Expected behaviour
If the expected result was the below not including fields that weren't passed to the object then the said exception wouldn't be a thing.
{"sound": {"name": "default"}, ...}
The text was updated successfully, but these errors were encountered:
Describe the bug
After going through the code I understand that the _toProto() method serialises the ApnsConfig Object resulting in this exception as it creates nullable fields like;
To Reproduce
Expected behaviour
If the expected result was the below not including fields that weren't passed to the object then the said exception wouldn't be a thing.
The text was updated successfully, but these errors were encountered: