Skip to content

Commit f4ebb98

Browse files
author
Przemyslaw Stepien
committed
feat: Remove msgChan from func param
1 parent 4deffca commit f4ebb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/scheduler_shuffle_queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ func (s *syncClient) syncShuffleQueue(ctx context.Context, resolvedResources cha
4545
Client: tc.client,
4646
})
4747
}
48-
scheduler.Sync(ctx, queueClients, resolvedResources, s.msgChan)
48+
scheduler.Sync(ctx, queueClients, resolvedResources)
4949
}

0 commit comments

Comments
 (0)