Add narratives

This commit is contained in:
Franc Camps-Febrer
2018-12-03 18:55:24 +00:00
parent e02b1c93e1
commit 0c0625b58e
4 changed files with 5 additions and 6 deletions

View File

@@ -87,7 +87,6 @@ export function validateDomain (domain) {
validateItem(event, 'events', eventSchema);
});
domain.categories.forEach(category => {
console.log(category)
validateItem(category, 'categories', categorySchema);
});
domain.sites.forEach(site => {