diff --git a/utils/fetch.ts b/utils/fetch.ts index 1611063c..fee1825e 100644 --- a/utils/fetch.ts +++ b/utils/fetch.ts @@ -72,7 +72,7 @@ export const fetchSafe = async ( return response; } - console.error(`${input}\n`, response, `\n`); + console.warn(`${input}\n`, response, `\n`); throw new HttpError(response.status, `${input}`); };