Merge branch 'staging' into nico/push-stg

This commit is contained in:
2025-06-26 11:19:54 +08:00
committed by GitHub
6 changed files with 181 additions and 5 deletions

View File

@@ -149,7 +149,6 @@ delete: {
}
try {
grafikkepuasan.delete.loading = true;
const response = await fetch(`/api/kesehatan/grafikkepuasan/del/${uuid}`, {
method: "DELETE",
headers: {

View File

@@ -75,7 +75,6 @@ const persentasekelahiran = proxy({
}
},
},
findUnique: {
data: null as Prisma.DataKematian_KelahiranGetPayload<{
omit: { isActive: true };
@@ -168,7 +167,6 @@ update: {
"Content-Type": "application/json",
},
});
const result = await response.json();
if (response.ok && result?.success) {