update feature error

This commit is contained in:
Peter Clement 2022-07-26 20:25:59 +01:00
parent fd7ed6d28f
commit ef2ab96d61
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const context = {
}, },
[codes.FEATURE_DISABLED]: err => { [codes.FEATURE_DISABLED]: err => {
return { return {
limitName: err.limitName, featureName: err.featureName,
} }
}, },
} }