bump pnpm version

This commit is contained in:
Jon Staab
2026-06-02 15:27:15 -07:00
parent ee3da3893c
commit e3e13563d5
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -32,9 +32,8 @@ class FixtureAdapter extends AbstractAdapter {
const forward = (message: RelayMessage) => this.emit(AdapterEvent.Receive, message, this.url)
this._unsubscribers.push(
on(this.local, AdapterEvent.Receive, forward),
() => this.local.cleanup(),
this._unsubscribers.push(on(this.local, AdapterEvent.Receive, forward), () =>
this.local.cleanup(),
)
}