mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +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() {
|
||||
const obj = {
|
||||
isJoi: false,
|
||||
isJoi: true,
|
||||
name: this.constructor.name,
|
||||
details: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user