mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob] Fix lint
This commit is contained in:
parent
ebd4b89f34
commit
ac08d5b37d
@ -202,7 +202,7 @@ class PersonService {
|
||||
clusterID: clusterID,
|
||||
);
|
||||
if (data.email != null) {
|
||||
_resetEmailToNameCache();
|
||||
_resetEmailToNameCache().ignore();
|
||||
}
|
||||
return PersonEntity(result.id, data);
|
||||
}
|
||||
@ -291,7 +291,7 @@ class PersonService {
|
||||
justName.data.logStats();
|
||||
|
||||
if (entity.data.email != null) {
|
||||
_resetEmailToNameCache();
|
||||
_resetEmailToNameCache().ignore();
|
||||
}
|
||||
} else {
|
||||
await entityService.deleteEntry(personID);
|
||||
@ -299,7 +299,7 @@ class PersonService {
|
||||
|
||||
if (entity != null) {
|
||||
if (entity.data.email != null) {
|
||||
_resetEmailToNameCache();
|
||||
_resetEmailToNameCache().ignore();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user