Skip to content

Commit 22520ed

Browse files
Leo6LeopierDipi
andauthored
Update pkg/reconciler/sequence/sequence.go
Co-authored-by: Pierangelo Di Pilato <[email protected]>
1 parent f088cf8 commit 22520ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/reconciler/sequence/sequence.go

-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ func (r *Reconciler) reconcileEventPolicies(ctx context.Context, s *v1.Sequence,
343343
return r.cleanupAllEventPolicies(ctx, s)
344344
}
345345

346-
// List all existing EventPolicies for this Sequence
347346
existingPolicies, err := r.listEventPoliciesForSequence(s)
348347
if err != nil {
349348
return fmt.Errorf("failed to list existing EventPolicies: %w", err)

0 commit comments

Comments
 (0)