mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Remove debug error
This commit is contained in:
parent
4f3de3d018
commit
1a43f4d1de
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ export function useAxiosRequest<T, D = any>(config: AxiosRequestConfig<D> = {},
|
|||
dispatch({ type: "start" })
|
||||
|
||||
try {
|
||||
throw {potat: "t"}
|
||||
var response: AxiosResponse<T, D> = await axios.request({ ...config, ...funcConfig })
|
||||
}
|
||||
catch (error) {
|
||||
|
|
Loading…
Reference in a new issue