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.
2 parents 771c7fb + 7b93d85 commit 030e889Copy full SHA for 030e889
src/ParsePushAdapter.js
@@ -23,7 +23,7 @@ export class ParsePushAdapter {
23
for (let pushType of pushTypes) {
24
if (this.validPushTypes.indexOf(pushType) < 0) {
25
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,
26
- 'Push to ' + pushTypes + ' is not supported');
+ 'Push to ' + pushType + ' is not supported');
27
}
28
switch (pushType) {
29
case 'ios':
0 commit comments