remove line break in the error message
This commit is contained in:
parent
879e85d07f
commit
2bb28b5578
@ -18,8 +18,8 @@ function isTimeoutError(err) {
|
||||
|
||||
function createTimeoutError() {
|
||||
return new ErrorHandler({
|
||||
message: `You are over platform\'s limits. Please contact us to know more details.
|
||||
SQL query timeout expired error.`,
|
||||
message: 'You are over platform\'s limits. Please contact us to know more details.' +
|
||||
'SQL query timeout expired error.',
|
||||
context: 'limit',
|
||||
detail: 'datasource',
|
||||
http_status: 429
|
||||
|
Loading…
Reference in New Issue
Block a user