Skip to content

Commit de97948

Browse files
committed
fix: Build error
1 parent 58a51ad commit de97948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/pkg/dal/hub/hub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (h *Hub) ConnectionCount() int {
105105
return len(h.Clients)
106106
}
107107

108-
func (h *Hub) handleClientRegistration() {
108+
func (h *Hub) handleClientRegistration(ctx context.Context) {
109109
for {
110110
select {
111111
case <-ctx.Done():

0 commit comments

Comments
 (0)