This commit is contained in:
bipproduction
2025-11-21 14:33:25 +08:00
parent 6fbddb3806
commit 436016641b

View File

@@ -62,7 +62,7 @@ const TestPengaduanRoute = new Elysia({
const nomorHP = normalizePhoneNumber({ phone: noTelepon })
const nomorHP = normalizePhoneNumber({ phone: "089697338821" })
const cariWarga = await prisma.warga.upsert({
where: {
phone: nomorHP,
@@ -111,7 +111,7 @@ const TestPengaduanRoute = new Elysia({
detailPengaduan: t.String(),
lokasi: t.String(),
kategoriId: t.String(),
noTelepon: t.String(),
noTelepon: t.Optional(t.String()),
image: t.Optional(t.String()),
}),