diff --git a/sidecar_acceptor.go b/sidecar_acceptor.go index c1ef9a6..2ce6cf1 100644 --- a/sidecar_acceptor.go +++ b/sidecar_acceptor.go @@ -174,6 +174,8 @@ func (a *SidecarAcceptor) Start(errChan chan error) error { "for sidecar: %w", err) } + continue + // If the ticket has no recipient or isn't in the expecting // state, then we can safely skip it. case ticket.State != sidecar.StateExpectingChannel: