Skip to content

Commit

Permalink
fix: 즐겨찾기 기능 retry 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 10, 2024
1 parent b3b42ec commit 9c2e408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/remote/queries/favorite/useFavoriteList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function useFavoriteList(sortType: SearchFilterType = 'recent-order') {
}
},
suspense: true,
retry: 1,
});

const favoriteList = data?.pages.flatMap((page) => { return page.value.content; }) || [];
Expand Down

0 comments on commit 9c2e408

Please sign in to comment.