fix(umkm): use KategoriProdukUmkm in KPI and fix product detail description - bump to 0.1.39
This commit is contained in:
@@ -63,7 +63,7 @@ async function umkmDashboardKpi(context: Context) {
|
||||
}
|
||||
|
||||
if (topCategoryId) {
|
||||
const kategori = await prisma.kategoriProduk.findUnique({
|
||||
const kategori = await prisma.kategoriProdukUmkm.findUnique({
|
||||
where: { id: topCategoryId },
|
||||
select: { nama: true },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user