Skip to content

Commit

Permalink
Just check every second for hype yay
Browse files Browse the repository at this point in the history
  • Loading branch information
HielkeMaps committed Apr 14, 2024
1 parent 85f3c6f commit 1705fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/custom/upcoming.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $(function () {

setInterval(() => {
getHype();
}, 5000);
}, 1000);

function updateHype() {
hypeCounter.html(hypeCount);
Expand Down

0 comments on commit 1705fd5

Please sign in to comment.