diff --git a/api/sendpulse.js b/api/sendpulse.js index ea5e140..4c57ca2 100644 --- a/api/sendpulse.js +++ b/api/sendpulse.js @@ -74,6 +74,7 @@ function init(user_id, secret, storage, callback) { API_USER_ID = user_id; API_SECRET = secret; TOKEN_STORAGE = storage; + TOKEN = ''; if (!callback) { callback = function () {