deb
This commit is contained in:
parent
8156a065bd
commit
4d4b9409e5
2 changed files with 1 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ export default (serverMethods: Types.ServerMethods, mainHandler: Main, nostrSett
|
||||||
log(ERROR, "invalid json event received", event.content)
|
log(ERROR, "invalid json event received", event.content)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
console.log(event)
|
||||||
if (event.kind === 21001) {
|
if (event.kind === 21001) {
|
||||||
const offerReq = j as NofferData
|
const offerReq = j as NofferData
|
||||||
mainHandler.handleNip69Noffer(offerReq, event)
|
mainHandler.handleNip69Noffer(offerReq, event)
|
||||||
|
|
|
||||||
|
|
@ -189,7 +189,6 @@ export default class Handler {
|
||||||
return
|
return
|
||||||
|
|
||||||
}
|
}
|
||||||
console.log(content)
|
|
||||||
this.eventCallback({ id: eventId, content, pub: e.pubkey, appId: app.appId, startAtNano, startAtMs, kind: e.kind })
|
this.eventCallback({ id: eventId, content, pub: e.pubkey, appId: app.appId, startAtNano, startAtMs, kind: e.kind })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue