Skip to content

Commit 845bb83

Browse files
committed
chore: remove function
1 parent e124870 commit 845bb83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/event-bus-client/src/plugin.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ export class EventClient<
7979
this.startConnectLoop()
8080
}
8181

82-
onConnected(cb: () => void) {
83-
this.#eventTarget().addEventListener('tanstack-connect-success', cb)
84-
}
85-
8682
private startConnectLoop() {
8783
if (this.#connectIntervalId !== null || this.#connected) return
8884
this.debugLog(`Starting connect loop (every ${this.#connectEveryMs}ms)`)

0 commit comments

Comments
 (0)