1
0
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:
Ivar Conradi Østhus 2021-02-09 10:34:19 +01:00
parent d1d271bb41
commit 3fc64a5f9f
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -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: [
{ {