chore(serverUtils.js) fix error response
This commit is contained in:
parent
660bfb058d
commit
6b53294330
@ -216,7 +216,7 @@ const handleApiError = (error, res) => {
|
||||
body: {
|
||||
status: 'error',
|
||||
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',
|
||||
timestamp: global.Utils.toIsoString(new Date()),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user