amalia/09-des-25 #67

Merged
amaliadwiy merged 2 commits from amalia/09-des-25 into main 2025-12-09 17:17:36 +08:00
Showing only changes of commit 6428f5084e - Show all commits

View File

@@ -293,8 +293,8 @@ const PelayananRoute = new Elysia({
})
.post("/create", async ({ body, headers }) => {
const { kategoriId, dataText, syaratDokumen } = body
const namaWarga = headers['x-user'] || "amalia"
const noTelepon = headers['x-phone'] || "08980185458"
const namaWarga = headers['x-user'] || ""
const noTelepon = headers['x-phone'] || ""
const noPengajuan = await generateNoPengajuanSurat()
let idCategoryFix = kategoriId
let idWargaFix = ""