Skip to content

Commit

Permalink
Added missing continue statement
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Strusiewicz-Surmacki <patryk-pawel.strusiewicz-surmacki@external.telekom.de>
  • Loading branch information
p-strusiewiczsurmacki-mobica committed May 6, 2024
1 parent 9e6cefe commit af16ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config_manager/config_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func (cm *ConfigManager) WatchDeletedNodes(ctx context.Context, errCh chan error

if config == nil {
cm.logger.Info("no in-memory config found", "node", n)
continue
}

cm.configsMap.Delete(n)
Expand Down

0 comments on commit af16ed7

Please sign in to comment.