build server test

This commit is contained in:
2024-01-19 17:43:48 +08:00
parent d926f75a3a
commit 9e34da0b57

View File

@@ -10,7 +10,9 @@ export default async function Layout({
}) {
const userId = await User_getUserId();
// const dataDonasi = await DOnasi_getList
const isRead = await Donasi_getNotifByUserId(userId).then((res) => res.map((val) => val.isRead))
const isRead = await Donasi_getNotifByUserId(userId).then((res) =>
res.map((val: any) => val.isRead)
);
// console.log(isRead)
return (