1
Fork 0
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:
Steffo 2022-06-03 04:11:00 +02:00
parent 4f3de3d018
commit 1a43f4d1de
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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) {