chore: add note

This commit is contained in:
Prateek Sunal
2025-07-16 16:24:42 +05:30
parent a3ee242faa
commit 2040044994

View File

@@ -117,6 +117,8 @@ class EntityService {
try {
await _remoteToLocalSync(EntityType.location);
await _remoteToLocalSync(EntityType.cgroup);
// TODO: Change to smart config
await _remoteToLocalSync(EntityType.person);
} catch (e) {
_logger.severe("Failed to sync entities", e);
}