fixed bug

This commit is contained in:
Amirhossein Mahmoodi
2024-07-10 13:03:46 +03:30
parent 66abf27900
commit 693dbd88b3

View File

@@ -7,7 +7,7 @@ import {
errorTooManyToast,
errorUnauthorizedToast,
errorValidationToast,
} from "@/core/components/toasts/error";
} from "@/core/components/Toasts/error";
const isServerError = (status) => status >= 500 && status <= 599;
const isClientError = (status) => status >= 400 && status <= 499;