Need to also update local clusters

This commit is contained in:
Manav Rathi
2024-09-26 20:21:16 +05:30
parent 54c5c2ce7e
commit 795187177d

View File

@@ -650,5 +650,5 @@ export const addPerson = async (name: string, cluster: FaceCluster) => {
},
masterKey,
);
return updatePeople();
return mlSync();
};