Skip to content

Commit

Permalink
docs: note who managing the api retry
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 committed Oct 11, 2024
1 parent e4e39e4 commit 393c894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/queryClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { QueryClient } from '@tanstack/react-query';

//NOTE: retry의 경우 ky 라이브러리를 사용하여 관리 중
const queryClient = new QueryClient({
defaultOptions: {
queries: {
Expand Down

0 comments on commit 393c894

Please sign in to comment.