Merge branch 'main' into development

This commit is contained in:
Daniel Muniz
2024-07-30 12:55:19 -03:00
committed by GitHub
3 changed files with 9 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ const categoryConverter = new CategoryConverterUseCase({categoriesMapping});
module.exports = async function app(domain){
const category = await getCategory.execute(domain)
console.log(category)
const categoryConverted = await categoryConverter.execute(category)
console.log(categoryConverted)
return categoryConverted