fix(errors): fix misleading error string for featureNotEnabled

This commit is contained in:
Phil Booth 2017-03-13 15:38:13 +00:00
Родитель 8c5570a2e7
Коммит 1c8511a24d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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