aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.js b/lib/app.js
index d20b2b5..a76687c 100644
--- a/lib/app.js
+++ b/lib/app.js
@@ -75,7 +75,7 @@ App.prototype.unboxMsg = function (msg, cb) {
if (err) {
self.error('unbox:', err)
return cb(null, msg)
- } else if (content === false) {
+ } else if (!content) {
return cb(null, msg)
}
var m = {}