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() {
|
function createTimeoutError() {
|
||||||
return new ErrorHandler({
|
return new ErrorHandler({
|
||||||
message: `You are over platform\'s limits. Please contact us to know more details.
|
message: 'You are over platform\'s limits. Please contact us to know more details.' +
|
||||||
SQL query timeout expired error.`,
|
'SQL query timeout expired error.',
|
||||||
context: 'limit',
|
context: 'limit',
|
||||||
detail: 'datasource',
|
detail: 'datasource',
|
||||||
http_status: 429
|
http_status: 429
|
||||||
|
Loading…
Reference in New Issue
Block a user