Skip to content

Commit

Permalink
Reset 'useGoogleApi' variable value to false (issue voltrue2#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
analyseDev committed Jun 3, 2020
1 parent e966ee1 commit 84833f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports.reset = function () {
publicKeyMap = {};
googleTokenMap = {};
checkSubscriptionState = false;
useGoogleApi = false;
};

module.exports.readConfig = function (configIn) {
Expand Down

0 comments on commit 84833f5

Please sign in to comment.