Fix Admin Menu SDGs Desa & APBdes Desa, Fix UI IMage Layanan Landing Page & Layanan Desa
This commit is contained in:
@@ -26,6 +26,10 @@ export default async function pelayananSuratKeteranganFindMany(context: Context)
|
||||
skip,
|
||||
take: limit,
|
||||
orderBy: { createdAt: 'desc' },
|
||||
include: {
|
||||
image: true,
|
||||
image2: true,
|
||||
},
|
||||
}),
|
||||
prisma.pelayananSuratKeterangan.count({ where }),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user