[mob] Rename

This commit is contained in:
Neeraj Gupta 2024-04-01 15:37:25 +05:30
parent 29c58d5554
commit f663bbfc53

View file

@ -334,10 +334,10 @@ class FaceMLDataDB {
for (final map in faceIDToPersonID.entries) {
final faceID = map.key;
final personID = map.value;
final clusterID = map.value;
batch.update(
facesTable,
{faceClusterId: personID},
{faceClusterId: clusterID},
where: '$faceIDColumn = ?',
whereArgs: [faceID],
);