Skip to content

Commit

Permalink
fix: eslint EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Aug 29, 2023
1 parent 055db3e commit a6fd7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/data-access/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { QueryClient } from '@tanstack/react-query';

export const queryClient = new QueryClient({
defaultOptions: { queries: { staleTime: 1000 * 60 * 20 } },
});
});

0 comments on commit a6fd7fb

Please sign in to comment.