Skip to content

Commit

Permalink
3.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvllsvm committed Mar 4, 2018
1 parent 6a2c496 commit 8acb038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions replacements/connectionmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,8 @@
};

self.getRegistrationInfo = function (feature, apiClient, options) {
options = options || {};

var cacheKey = getCacheKey(feature, apiClient, options);
appStorage.setItem(cacheKey, JSON.stringify({
lastValidDate: new Date().getTime(),
Expand Down

0 comments on commit 8acb038

Please sign in to comment.