Commit f46bba41 authored by Hamdi Allam's avatar Hamdi Allam

nit

parent d4659c36
...@@ -98,7 +98,6 @@ func (i *Indexer) Run(ctx context.Context) error { ...@@ -98,7 +98,6 @@ func (i *Indexer) Run(ctx context.Context) error {
run(i.BridgeProcessor.Start) run(i.BridgeProcessor.Start)
wg.Wait() wg.Wait()
// Since we wait to receipt of an error
err := <-errCh err := <-errCh
if err != nil { if err != nil {
i.log.Error("indexer stopped", "err", err) i.log.Error("indexer stopped", "err", err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment