This commit is contained in:
Tiago Vasconcelos 2023-03-10 16:22:39 +00:00
parent 469aabc10a
commit 7882c9bbcc
2 changed files with 1 additions and 1 deletions

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,