From 5941973ecfc8ee2237c1b04e42e01eb9a181cd78 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sat, 12 Dec 2015 13:49:22 +0200 Subject: [PATCH] minor update --- lib/utils/SchemaManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/SchemaManager.js b/lib/utils/SchemaManager.js index 15d53624..2d1765f0 100644 --- a/lib/utils/SchemaManager.js +++ b/lib/utils/SchemaManager.js @@ -101,7 +101,7 @@ export default class SchemaManager { for (let tag of tags) { tagsMap[tag.name] = { description: tag.description, - 'x-traitTag': tag['x-traitTag'] + 'x-traitTag': tag['x-traitTag'] || false }; }