We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f623b03 commit 84a4523Copy full SHA for 84a4523
internal/pkg/agent/application/coordinator/coordinator.go
@@ -1989,9 +1989,7 @@ func (c *Coordinator) checkAndLogUpdate(lastComponentModel []component.Component
1989
diffUnits map[string]diffCheck
1990
}
1991
1992
- // lastCompMap is a map of component IDs -> components that exist in the last/previous component model.
1993
lastCompMap := convertComponentListToMap(lastComponentModel)
1994
- // currentCompMap is a map of component IDs -> components that will exist in the current/new component model.
1995
currentCompMap := convertComponentListToMap(c.componentModel)
1996
1997
compDiffMap := map[string]compCheck{}
0 commit comments