Skip to content

Commit

Permalink
fixed the repeating code
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant67690 committed Oct 1, 2024
1 parent af26911 commit 277b916
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions users/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ const init = (
window.innerHeight + window.scrollY >= document.body.offsetHeight - 100 &&
run
) {
if (!run) {
return;
}
if (!page) {
page++;
return;
Expand Down

0 comments on commit 277b916

Please sign in to comment.