Skip to content

Commit 35a5389

Browse files
committed
Fix default hook settings
1 parent 068f992 commit 35a5389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/cb.hooks/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function setup(options, imports, register) {
3232

3333
// Store and valid user settings
3434
'settings': function(data) {
35-
return Q(data);
35+
return Q(data.settings);
3636
},
3737

3838
// Valid installation of an addon

0 commit comments

Comments
 (0)