mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-07 13:42:16 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Future<void> deleteContact(
|
||||||
.delete();
|
.delete();
|
||||||
}
|
}
|
||||||
} on Exception catch (e) {
|
} 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…
Add table
Add a link
Reference in a new issue