fix(umkm): use KategoriProdukUmkm in KPI and fix product detail description - bump to 0.1.39

This commit is contained in:
2026-04-28 16:22:55 +08:00
parent 550961d524
commit f6107e971d
3 changed files with 6 additions and 3 deletions

View File

@@ -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 },
});