fixed bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user