Update handleMessage.js
This commit is contained in:
parent
14f2788fc6
commit
b4732ecc69
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ exports.handleMessage = function(hook_name, context, callback){
|
|||
}
|
||||
}); // close db get
|
||||
|
||||
callback(null); // don't run onto passing colorId or anything else to the message handler
|
||||
callback([null]); // don't run onto passing colorId or anything else to the message handler
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue