diff --git a/src/store/configs/index.ts b/src/store/configs/index.ts index 313136208..6ea7bf58a 100644 --- a/src/store/configs/index.ts +++ b/src/store/configs/index.ts @@ -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: () => ({}), });