fix(errors): fix misleading error string for featureNotEnabled
This commit is contained in:
Родитель
8c5570a2e7
Коммит
1c8511a24d
|
@ -415,7 +415,7 @@ AppError.featureNotEnabled = function (retryAfter) {
|
|||
code: 503,
|
||||
error: 'Feature not enabled',
|
||||
errno: ERRNO.FEATURE_NOT_ENABLED,
|
||||
message: 'Service unavailable'
|
||||
message: 'Feature not enabled'
|
||||
},
|
||||
{
|
||||
retryAfter: retryAfter
|
||||
|
|
Загрузка…
Ссылка в новой задаче