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 37f6c49 commit c63cd17Copy full SHA for c63cd17
Parse-Dashboard/app.js
@@ -85,7 +85,7 @@ module.exports = function(config, options) {
85
86
// Serve the configuration.
87
app.get('/parse-dashboard-config.json', function(req, res) {
88
- let apps = config.apps.map((app) => Object.assign({}, app)); // make a copy
+ let apps = config.apps.map((app) => Object.assign({ masterKey: "" }, app)); // make a copy
89
let response = {
90
apps: apps,
91
newFeaturesInLatestVersion: newFeaturesInLatestVersion,
0 commit comments