Skip to content

Commit

Permalink
address
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch committed Sep 14, 2023
1 parent a40b3c9 commit d154fbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/resource_group/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,6 @@ func (c *ResourceGroupsController) Start(ctx context.Context) {
}
for _, item := range resp {
cfgRevision = item.Kv.ModRevision
if !strings.HasPrefix(string(item.Kv.Key), controllerConfigPath) {
continue
}
config := &Config{}
if err := json.Unmarshal(item.Kv.Value, config); err != nil {
continue

Check warning on line 350 in client/resource_group/controller/controller.go

View check run for this annotation

Codecov / codecov/patch

client/resource_group/controller/controller.go#L350

Added line #L350 was not covered by tests
Expand Down

0 comments on commit d154fbf

Please sign in to comment.