From 0058cd577117af99ed749019a876085dad211713 Mon Sep 17 00:00:00 2001 From: Hazork Date: Thu, 28 Oct 2021 11:42:40 -0300 Subject: [PATCH] style: prettified code --- src/cache/axios.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/cache/axios.ts b/src/cache/axios.ts index a152b72..6c2b51f 100644 --- a/src/cache/axios.ts +++ b/src/cache/axios.ts @@ -60,9 +60,7 @@ export interface AxiosCacheInstance extends CacheInstance { * @template R The type returned by this response * @template D The type that the request body use */ - (config: CacheRequestConfig): Promise< - CacheAxiosResponse - >; + (config: CacheRequestConfig): Promise>; /** * @template R The type returned by this response * @template D The type that the request body use