Skip to content

Commit 0c0c902

Browse files
Remove wrong field from merge with master
Removed duplicated supportedPushLocales from constructor.
1 parent cf85357 commit 0c0c902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/ParseApp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export default class ParseApp {
6565
this.serverURL = serverURL;
6666
this.serverInfo = serverInfo;
6767
this.icon = iconName;
68-
this.supportedPushLocales = supportedPushLocales;
6968
this.primaryBackgroundColor=primaryBackgroundColor;
7069
this.secondaryBackgroundColor=secondaryBackgroundColor;
7170
this.supportedPushLocales = supportedPushLocales ? supportedPushLocales : [];

0 commit comments

Comments
 (0)