chore(serverUtils.js) fix error response

This commit is contained in:
Rim 2025-04-19 22:01:12 -04:00
parent 660bfb058d
commit 6b53294330

View File

@ -216,7 +216,7 @@ const handleApiError = (error, res) => {
body: { body: {
status: 'error', status: 'error',
message: message:
'Failed to parse API response. This usually means the SSO token is invalid or expired.', 'Failed to parse API response. Refresh and try again or obtain a new SSO token.',
error_type: 'InvalidResponseError', error_type: 'InvalidResponseError',
timestamp: global.Utils.toIsoString(new Date()), timestamp: global.Utils.toIsoString(new Date()),
}, },