clean up
This commit is contained in:
parent
469aabc10a
commit
7882c9bbcc
2 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue