Rm await on getDeviceAddress()
This commit is contained in:
parent
5119d04243
commit
e9fc0b8454
@ -132,7 +132,7 @@ export default class ModalService {
|
||||
console.log("MEMBERS:", members);
|
||||
// We take all the addresses except our own
|
||||
const service = await Services.getInstance();
|
||||
const localAddress = await service.getDeviceAddress();
|
||||
const localAddress = service.getDeviceAddress();
|
||||
for (const member of members) {
|
||||
if (member.sp_addresses) {
|
||||
for (const address of member.sp_addresses) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user