mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-11 17:24:21 +00:00
fix community fetching on js-waku
's abort
This commit is contained in:
parent
e1150d7f12
commit
62c499c50f
@ -99,7 +99,9 @@ export class Community {
|
||||
while (--index >= 0) {
|
||||
this.client.handleWakuMessage(wakuMessages[index])
|
||||
|
||||
return this.description !== undefined
|
||||
if (this.description) {
|
||||
return true
|
||||
}
|
||||
}
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user