Skip to content

Commit

Permalink
fix merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
qu0b committed Feb 23, 2024
1 parent 1e23a53 commit 1497ffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ func (manager *DockerManager) GetContainersByLabels(ctx context.Context, labels
if err != nil {
return nil, stacktrace.Propagate(err, "An error occurred getting containers with labels '%+v'", labelsFilterList)
}
return result, nil
return resp, nil
}

func (manager *DockerManager) GetContainersByNetworkId(ctx context.Context, networkId string, shouldShowStoppedContainers bool) ([]*docker_manager_types.Container, error) {
Expand Down

0 comments on commit 1497ffa

Please sign in to comment.