Skip to content

Commit c0422f5

Browse files
JuArceuri-99
andauthored
hotfix(operator): assign SubscribeToNewTasksV3() correctly (#1748)
Co-authored-by: Urix <[email protected]>
1 parent eabda9c commit c0422f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/pkg/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func (o *Operator) Start(ctx context.Context) error {
239239
}
240240
case err := <-subV3:
241241
o.Logger.Infof("Error in websocket subscription", "err", err)
242-
subV2, err = o.SubscribeToNewTasksV3()
242+
subV3, err = o.SubscribeToNewTasksV3()
243243
if err != nil {
244244
o.Logger.Fatal("Could not subscribe to new tasks V3")
245245
}

0 commit comments

Comments
 (0)