This commit is contained in:
Tiago Vasconcelos 2023-03-10 16:22:39 +00:00
parent 09cf5a1b23
commit c28e49c5d1
2 changed files with 1 additions and 1 deletions

View file

@ -43,6 +43,7 @@ async function customerMarket(path) {
authors: Array.from(merchants)
}
])
pool.close(relays)
await this.$emit('update-data', [...stallEvents, ...productEvents])
this.$q.loading.hide()
}

View file

@ -10,7 +10,6 @@ const market = async () => {
'wss://nostr.zebedee.cloud'
]
const eventToObj = event => {
console.log(event.content)
event.content = JSON.parse(event.content) || null
return {
...event,