thainv-dev: fix

This commit is contained in:
nguyen van thai
2024-05-31 15:31:05 +07:00
parent 892bddde2f
commit c5887d911f
12 changed files with 143 additions and 59 deletions
+1 -2
View File
@@ -83,8 +83,7 @@ export const getArticleBySlug = async (event : any) => {
site: '1' || 1,
}),
})
console.log(item)
return item
return { item }
} catch (error) {
handleError(error);
}