mirror of
https://github.com/ente-io/ente.git
synced 2025-08-10 00:12:04 +00:00
[mob][photos] Trailing comma
This commit is contained in:
parent
c6129c32da
commit
2e17e2b78d
@ -114,7 +114,9 @@ class PersonService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool _shouldUpdateRemotePerson(
|
bool _shouldUpdateRemotePerson(
|
||||||
PersonData personData, Map<int, Set<String>> dbPersonCluster) {
|
PersonData personData,
|
||||||
|
Map<int, Set<String>> dbPersonCluster,
|
||||||
|
) {
|
||||||
bool result = false;
|
bool result = false;
|
||||||
if ((personData.assigned?.length ?? 0) != dbPersonCluster.length) {
|
if ((personData.assigned?.length ?? 0) != dbPersonCluster.length) {
|
||||||
log(
|
log(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user