From 693dbd88b3cf9621c8bf922311391da915c4f05f Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Wed, 10 Jul 2024 13:03:46 +0330 Subject: [PATCH 1/2] fixed bug --- src/core/utils/errorResponse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/utils/errorResponse.js b/src/core/utils/errorResponse.js index 1802581..47317bd 100644 --- a/src/core/utils/errorResponse.js +++ b/src/core/utils/errorResponse.js @@ -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; From 6e735adb6b8f4cdc95d6cc13a9d615f7c76973ae Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Wed, 10 Jul 2024 13:04:46 +0330 Subject: [PATCH 2/2] chnage version --- .env.local.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local.example b/.env.local.example index 8d7f889..d4084e1 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,2 +1,2 @@ -NEXT_PUBLIC_VERSION="0.1.0" +NEXT_PUBLIC_VERSION="0.1.1" NEXT_PUBLIC_API_URL="https://rms.witel.ir" \ No newline at end of file