1
0
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:
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() {
const obj = {
isJoi: false,
isJoi: true,
name: this.constructor.name,
details: [
{