fix: error (#5269)

This commit is contained in:
Finley Ge
2025-07-21 22:19:34 +08:00
committed by GitHub
parent 59e2b2f0bf
commit de208d6c3f
3 changed files with 10 additions and 2 deletions

View File

@@ -31,7 +31,8 @@ export const jsonRes = <T = any>(
clearCookie(res);
}
addLog.error(`Api response error: ${url}`, ERROR_RESPONSE[errResponseKey]);
// Bussiness Side Error
addLog.info(`Api response error: ${url}`, ERROR_RESPONSE[errResponseKey]);
res.status(code);