We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f1cf3 commit 0875533Copy full SHA for 0875533
src/GCM.js
@@ -14,7 +14,7 @@ export default function GCM(args) {
14
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,
15
'GCM Configuration is invalid');
16
}
17
- this.sender = new gcm.Sender(args.apiKey);
+ this.sender = new gcm.Sender(args.apiKey, args.requestOptions);
18
19
20
GCM.GCMRegistrationTokensMax = GCMRegistrationTokensMax;
0 commit comments