We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2afb285 + 4ecf0ac commit 3087b21Copy full SHA for 3087b21
src/index.js
@@ -116,9 +116,7 @@ function ParseServer(args) {
116
117
// Initialize the node client SDK automatically
118
Parse.initialize(args.appId, args.javascriptKey || '', args.masterKey);
119
- if(args.serverURL) {
120
- Parse.serverURL = args.serverURL;
121
- }
+ Parse.serverURL = args.serverURL || '';
122
123
// This app serves the Parse API directly.
124
// It's the equivalent of https://api.parse.com/1 in the hosted Parse API.
0 commit comments