add entity sync for division, specialist and subspecialist

This commit is contained in:
vanilia
2025-11-17 11:17:43 +07:00
parent eec5bf79b8
commit 49c82c957e
7 changed files with 212 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func getEntities(input string) []any {
case "satusehat":
return getSatuSehatEntities()
case "simgossync":
return getSimgosSyncEntities()
return getSyncEntities()
}
return nil
}