From 699f815ec48f5fef516bc9d8219cfcc7265783d6 Mon Sep 17 00:00:00 2001 From: Naian Felix Date: Mon, 3 Nov 2025 13:33:59 -0300 Subject: [PATCH] fix: filter log --- utils/fetch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/fetch.ts b/utils/fetch.ts index bacc59122..a8746afec 100644 --- a/utils/fetch.ts +++ b/utils/fetch.ts @@ -47,6 +47,7 @@ export const fetchSafe = async ( if (isManual && isRedirect) { return response; } + console.error(input) throw new HttpError(response.status, `${await response.text()}`); }; export const fetchAPI = async (