Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 31, 2022
1 parent f422638 commit c2194cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useInfiniteScroll/index.ts
Expand Up @@ -51,7 +51,7 @@ export function useInfiniteScroll(

watch(
() => state.arrivedState[direction],
async(v) => {
async (v) => {
if (v) {
const elem = unref(element) as Element
const previous = {
Expand Down

0 comments on commit c2194cc

Please sign in to comment.