relays add error fix
This commit is contained in:
parent
f920e7d836
commit
cfc430eab1
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ const market = async () => {
|
|||
this.pubkeys.add(this.account.pubkey)
|
||||
}
|
||||
if (relays && relays.length) {
|
||||
this.relays = relays
|
||||
this.relays = new Set(relays)
|
||||
} else {
|
||||
this.relays = new Set(defaultRelays)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue