nodebb-plugin-ezoic-infinite 1.8.14 → 1.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/library.js +0 -1
  2. package/package.json +1 -1
package/library.js CHANGED
@@ -39,7 +39,6 @@ async function getAllGroups() {
39
39
  }
40
40
 
41
41
  let _settingsCache = null;
42
- _excludedCache.clear();
43
42
  let _settingsCacheAt = 0;
44
43
  const SETTINGS_TTL = 30000; // 30s
45
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.8.14",
3
+ "version": "1.8.15",
4
4
  "description": "Production-ready Ezoic infinite ads integration for NodeBB 4.x",
5
5
  "main": "library.js",
6
6
  "license": "MIT",