nodebb-plugin-ezoic-infinite 1.4.24 → 1.4.25

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/package.json +1 -1
  2. package/public/client.js +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.4.24",
3
+ "version": "1.4.25",
4
4
  "description": "Production-ready Ezoic infinite ads integration for NodeBB 4.x",
5
5
  "main": "library.js",
6
6
  "license": "MIT",
package/public/client.js CHANGED
@@ -326,10 +326,6 @@
326
326
  return filled;
327
327
  }
328
328
 
329
- function scheduleRefill(delay = 350) {
330
- state.retryTimer = setTimeout(refillUnfilled, delay);
331
- }
332
-
333
329
  function callShowAdsWhenReady(id) {
334
330
  if (!id) return;
335
331