We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068f992 commit 35a5389Copy full SHA for 35a5389
1 file changed
src/core/cb.hooks/main.js
@@ -32,7 +32,7 @@ function setup(options, imports, register) {
32
33
// Store and valid user settings
34
'settings': function(data) {
35
- return Q(data);
+ return Q(data.settings);
36
},
37
38
// Valid installation of an addon
0 commit comments