Skip to content

Commit

Permalink
fjernet keepUnusedDataFor
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Jan 17, 2024
1 parent f4fb576 commit 39f7a43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/configs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const responseHandler: ResponseHandler = (response) => {

export const costStoreApi = createApi({
reducerPath: 'costApi',
keepUnusedDataFor: 24 * 60 * 60 * 1000,
baseQuery: fetchBaseQuery({ baseUrl: '/cost-api' }),
endpoints: () => ({}),
});
Expand Down

0 comments on commit 39f7a43

Please sign in to comment.