Skip to content

Commit

Permalink
Remove unnecessary error checking (argoproj#16150)
Browse files Browse the repository at this point in the history
Signed-off-by: lijun <[email protected]>
Signed-off-by: jmilic1 <[email protected]>
  • Loading branch information
navist2020 authored and jmilic1 committed Nov 13, 2023
1 parent 228f1a0 commit db33c0c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func NewCommand() *cobra.Command {
}))
kubectl := kubeutil.NewKubectl()
clusterFilter := getClusterFilter(kubeClient, settingsMgr, shardingAlgorithm, enableDynamicClusterDistribution)
errors.CheckError(err)
appController, err = controller.NewApplicationController(
namespace,
settingsMgr,
Expand Down

0 comments on commit db33c0c

Please sign in to comment.