diff --git a/lib/token/token.coffee b/lib/token/token.coffee index 816d4333..976d657b 100644 --- a/lib/token/token.coffee +++ b/lib/token/token.coffee @@ -16,4 +16,4 @@ exports.clearToken = (callback) -> if hasToken return data.remove(TOKEN_KEY, callback) else - return callback?() + return callback?(null)