mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 19:10:38 +00:00
Cleanup
This commit is contained in:
parent
93e2c58fcf
commit
a4e22539a3
2 changed files with 6 additions and 4 deletions
|
@ -26,8 +26,7 @@ public class JsonContactsStore {
|
|||
}
|
||||
|
||||
ContactInfo getContact(String number) {
|
||||
ContactInfo c = contacts.get(number);
|
||||
return c;
|
||||
return contacts.get(number);
|
||||
}
|
||||
|
||||
List<ContactInfo> getContacts() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue