Update handleMessage.js

This commit is contained in:
John McLear 2013-03-19 22:29:34 +00:00
parent 14f2788fc6
commit b4732ecc69

View file

@ -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
}
}