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 cf85357 commit 0c0c902Copy full SHA for 0c0c902
src/lib/ParseApp.js
@@ -65,7 +65,6 @@ export default class ParseApp {
65
this.serverURL = serverURL;
66
this.serverInfo = serverInfo;
67
this.icon = iconName;
68
- this.supportedPushLocales = supportedPushLocales;
69
this.primaryBackgroundColor=primaryBackgroundColor;
70
this.secondaryBackgroundColor=secondaryBackgroundColor;
71
this.supportedPushLocales = supportedPushLocales ? supportedPushLocales : [];
0 commit comments