@golstats/gsc-landing 1.0.143 → 1.0.144

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.
@@ -45291,10 +45291,16 @@ const Kt = $6(), _F = {
45291
45291
  this.gamesOfTheDayPreMatchIds.size && this.gamesOfTheDayPreMatchIds.forEach((s) => {
45292
45292
  const e = this.seasonsGamesMap.get(s);
45293
45293
  if (e) {
45294
- const t = (/* @__PURE__ */ new Date()).valueOf(), i = 60 * 1e3 * 5 + e.dateTimeMillis - t;
45295
- i > 0 && setTimeout(() => {
45296
- this.createCheckLiveGamesInterval();
45297
- }, i);
45294
+ const t = (/* @__PURE__ */ new Date()).valueOf();
45295
+ if (60 * 1e3 * 30 + e.dateTimeMillis - t > 0) {
45296
+ const a = e.dateTimeMillis - t - 3e5;
45297
+ setTimeout(
45298
+ () => {
45299
+ this.createCheckLiveGamesInterval();
45300
+ },
45301
+ a > 0 ? a : 0
45302
+ );
45303
+ }
45298
45304
  }
45299
45305
  });
45300
45306
  },
@@ -45540,7 +45546,7 @@ const Kt = $6(), _F = {
45540
45546
  beforeUnmount() {
45541
45547
  this.resetGamesLiveInterval();
45542
45548
  }
45543
- }, Kn = (s) => (Ze("data-v-927bf846"), s = s(), Qe(), s), TF = {
45549
+ }, Kn = (s) => (Ze("data-v-087a20b0"), s = s(), Qe(), s), TF = {
45544
45550
  class: "gsclanding",
45545
45551
  ref: "landingref"
45546
45552
  }, xF = {
@@ -45868,7 +45874,7 @@ function s7(s, e, t, i, a, n) {
45868
45874
  ], 2)
45869
45875
  ], 512);
45870
45876
  }
45871
- const h7 = /* @__PURE__ */ xt(_F, [["render", s7], ["__scopeId", "data-v-927bf846"]]);
45877
+ const h7 = /* @__PURE__ */ xt(_F, [["render", s7], ["__scopeId", "data-v-087a20b0"]]);
45872
45878
  export {
45873
45879
  h7 as GSCLanding
45874
45880
  };