Fix "removing remove conversation" in contact.dart

This fixes a wordo (remove for remote) in contact.dart.
This commit is contained in:
Haley Weslin 2023-09-30 06:11:33 +00:00
parent c9653bab18
commit 0daefaef25

View File

@ -97,7 +97,7 @@ Future<void> deleteContact(
.delete();
}
} on Exception catch (e) {
log.debug('error removing remove conversation record key: $e', e);
log.debug('error removing remote conversation record key: $e', e);
}
});
}