fix: removed deprecated code

This commit is contained in:
arthurfiorette 2022-01-09 13:35:11 -03:00
parent 1b93070db4
commit e11e3466f1
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

5
src/cache/create.ts vendored
View File

@ -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';