Merge branch 'staging' into nico/push-stg
This commit is contained in:
@@ -149,7 +149,6 @@ delete: {
|
||||
}
|
||||
try {
|
||||
grafikkepuasan.delete.loading = true;
|
||||
|
||||
const response = await fetch(`/api/kesehatan/grafikkepuasan/del/${uuid}`, {
|
||||
method: "DELETE",
|
||||
headers: {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user