Skip to content

Commit c63cd17

Browse files
committed
Set masterKey property
1 parent 37f6c49 commit c63cd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse-Dashboard/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = function(config, options) {
8585

8686
// Serve the configuration.
8787
app.get('/parse-dashboard-config.json', function(req, res) {
88-
let apps = config.apps.map((app) => Object.assign({}, app)); // make a copy
88+
let apps = config.apps.map((app) => Object.assign({ masterKey: "" }, app)); // make a copy
8989
let response = {
9090
apps: apps,
9191
newFeaturesInLatestVersion: newFeaturesInLatestVersion,

0 commit comments

Comments
 (0)