diff --git a/src/stores/streaming.js b/src/stores/streaming.js index 638ee5dbf..aac1fa860 100644 --- a/src/stores/streaming.js +++ b/src/stores/streaming.js @@ -100,7 +100,7 @@ export const useStreamingStore = defineStore('streaming', { if (stream) { this.subscriptions.get(stream.name).delete(stream.argument) } else { - this.globalSubscriptions.remove(subscriber) + this.globalSubscriptions.delete(subscriber) } if (stream && this.state === WSConnectionStatus.JOINED) {