mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-02-24 08:49:54 -05:00
Fix "removing remove conversation" in contact.dart
This fixes a wordo (remove for remote) in contact.dart.
This commit is contained in:
parent
c9653bab18
commit
0daefaef25
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user