engine: resources: config_etcd: Fix missing return

Woops!
This commit is contained in:
James Shubin
2023-08-07 22:59:17 -04:00
parent 963393e3d9
commit 00a37b6289

View File

@@ -121,6 +121,7 @@ Loop:
// pass through and send an event // pass through and send an event
case <-ctx.Done(): // closed by the engine to signal shutdown case <-ctx.Done(): // closed by the engine to signal shutdown
return nil
} }
obj.init.Event() // notify engine of an event (this can block) obj.init.Event() // notify engine of an event (this can block)