tasks/noc-integration/setup-skills-and-notifications/20260330-1610

This commit is contained in:
2026-03-30 16:58:30 +08:00
parent 2c5fa52608
commit 1b1dc71225
7 changed files with 93 additions and 37 deletions

View File

@@ -58,12 +58,14 @@ async function syncActiveDivisions() {
externalId: extId,
color: div.color || "#1E3A5F",
villageId: ID_DESA,
externalActivityCount: div.totalKegiatan || 0,
},
create: {
externalId: extId,
name: name,
color: div.color || "#1E3A5F",
villageId: ID_DESA,
externalActivityCount: div.totalKegiatan || 0,
},
});
}