converting to string
This commit is contained in:
@@ -8,9 +8,9 @@ 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user