Fix rebase

This commit is contained in:
Jon Staab
2024-11-05 16:17:35 -08:00
parent 0ec2b6ec73
commit f55660eb06
4 changed files with 13 additions and 26 deletions
-3
View File
@@ -63,9 +63,6 @@ export class Socket {
}
close = async () => {
if (this.cxn.url === 'wss://filter.nostr.wine/') {
console.trace('closing')
}
this.worker.pause()
this.ws?.close()