We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca2dce commit 1a67badCopy full SHA for 1a67bad
1 file changed
internal/cmd/server/list/list.go
@@ -79,9 +79,6 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
79
}
80
81
items := resp.GetItems()
82
- if items == nil {
83
- items = []iaas.Server{}
84
- }
85
86
projectLabel, err := projectname.GetProjectName(ctx, params.Printer, params.CliVersion, cmd)
87
if err != nil {
0 commit comments