diff --git a/hooks/useAxiosRequest.ts b/hooks/useAxiosRequest.ts index 80c101c..f8cf9fa 100644 --- a/hooks/useAxiosRequest.ts +++ b/hooks/useAxiosRequest.ts @@ -52,7 +52,6 @@ export function useAxiosRequest(config: AxiosRequestConfig = {}, dispatch({ type: "start" }) try { - throw {potat: "t"} var response: AxiosResponse = await axios.request({ ...config, ...funcConfig }) } catch (error) {