upd: template surat
This commit is contained in:
@@ -333,6 +333,8 @@ const PelayananRoute = new Elysia({
|
||||
.sort((a, b) => a.order - b.order)
|
||||
.map(({ order, ...rest }) => rest); // hapus order
|
||||
|
||||
|
||||
console.log(dataTextFix)
|
||||
const dataHistory = await prisma.historyPelayanan.findMany({
|
||||
where: {
|
||||
idPengajuanLayanan: data?.id,
|
||||
|
||||
Reference in New Issue
Block a user