From b4732ecc69778a14f707a1ffce43756fbd8f4ca8 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 19 Mar 2013 22:29:34 +0000 Subject: [PATCH] Update handleMessage.js --- handleMessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handleMessage.js b/handleMessage.js index b14ee1e..e48d044 100644 --- a/handleMessage.js +++ b/handleMessage.js @@ -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 } }