Rm await on getDeviceAddress()

This commit is contained in:
Sosthene 2025-07-07 15:24:55 +02:00
parent 5119d04243
commit e9fc0b8454

View File

@ -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) {