forked from coracle/flotilla
bump pnpm version
This commit is contained in:
+1
-1
@@ -102,5 +102,5 @@
|
|||||||
"throttle-debounce": "^5.0.2",
|
"throttle-debounce": "^5.0.2",
|
||||||
"tippy.js": "^6.3.7"
|
"tippy.js": "^6.3.7"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@11.4.0"
|
"packageManager": "pnpm@11.5.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,9 +32,8 @@ class FixtureAdapter extends AbstractAdapter {
|
|||||||
|
|
||||||
const forward = (message: RelayMessage) => this.emit(AdapterEvent.Receive, message, this.url)
|
const forward = (message: RelayMessage) => this.emit(AdapterEvent.Receive, message, this.url)
|
||||||
|
|
||||||
this._unsubscribers.push(
|
this._unsubscribers.push(on(this.local, AdapterEvent.Receive, forward), () =>
|
||||||
on(this.local, AdapterEvent.Receive, forward),
|
this.local.cleanup(),
|
||||||
() => this.local.cleanup(),
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user