diff --git a/replacements/connectionmanager.js b/replacements/connectionmanager.js index cf679a5..159fe20 100644 --- a/replacements/connectionmanager.js +++ b/replacements/connectionmanager.js @@ -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(),