Skip to content

Commit

Permalink
Revert base branch to 1.0.1 and modify changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Aug 2, 2024
1 parent 7bf114f commit 318fdd9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/lcp-beacon.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
this.config = config;
this.performanceImages = [];
this.errorCode = "";
this.scriptTimer = /* @__PURE__ */ new Date();
this.infiniteLoopId = null;
}
async init() {
this.scriptTimer = /* @__PURE__ */ new Date();
if (!await this._isValidPreconditions()) {
this._finalize();
return;
Expand Down
2 changes: 1 addition & 1 deletion dist/lcp-beacon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 318fdd9

Please sign in to comment.