mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
fix: removed deprecated code
This commit is contained in:
parent
1b93070db4
commit
e11e3466f1
5
src/cache/create.ts
vendored
5
src/cache/create.ts
vendored
@ -95,8 +95,3 @@ export function setupCache(
|
||||
|
||||
return axiosCache;
|
||||
}
|
||||
|
||||
/** @deprecated */
|
||||
export const useCache = setupCache as unknown as 'use setupCache instead';
|
||||
/** @deprecated */
|
||||
export const createCache = setupCache as unknown as 'use setupCache instead';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user