Skip to content

Commit

Permalink
fix vite not registering the service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 3, 2024
1 parent 2b58ff7 commit fad4fd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ const app = new Vue({
this.$set(this.badges, url, r.data.length || 0);
});
// since it's recursive you don't need setInterval
return setTimeout(() => loadBadge(url), 30000);
return setTimeout(() => this.loadBadge(url), 30000);
},
jsonSnackBar(json = undefined) {
return {
Expand Down
File renamed without changes.

0 comments on commit fad4fd8

Please sign in to comment.