From 84833f5c950713df21079d668b3c9a3bd19359a2 Mon Sep 17 00:00:00 2001 From: analyseDev Date: Wed, 3 Jun 2020 17:36:09 +0200 Subject: [PATCH] Reset 'useGoogleApi' variable value to false (issue #286) --- lib/google.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/google.js b/lib/google.js index 57ca3d8..8599cb0 100644 --- a/lib/google.js +++ b/lib/google.js @@ -56,6 +56,7 @@ module.exports.reset = function () { publicKeyMap = {}; googleTokenMap = {}; checkSubscriptionState = false; + useGoogleApi = false; }; module.exports.readConfig = function (configIn) {