Skip to content

Commit

Permalink
refactor: removed redundant 'async'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler authored Jul 26, 2022
1 parent 682353f commit 2f875b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfiniteLoading.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
scrollParent.removeEventListener('scroll', scrollHandler, thirdEventArg);
},
reset: async () => {
reset: () => {
status = STATUS.READY;
isFirstLoad = true;
Expand Down

0 comments on commit 2f875b5

Please sign in to comment.