mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
fix: FeatureHasTagError is formatting error message as Joi
This commit is contained in:
parent
d1d271bb41
commit
3fc64a5f9f
@ -11,7 +11,7 @@ class FeatureHasTagError extends Error {
|
|||||||
|
|
||||||
toJSON() {
|
toJSON() {
|
||||||
const obj = {
|
const obj = {
|
||||||
isJoi: false,
|
isJoi: true,
|
||||||
name: this.constructor.name,
|
name: this.constructor.name,
|
||||||
details: [
|
details: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user