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 2de621d commit d69ef93Copy full SHA for d69ef93
1 file changed
internal/cmd/logs/instance/create/create.go
@@ -95,9 +95,6 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
95
if resp == nil {
96
return fmt.Errorf("create Logs instance: empty response from API")
97
}
98
- if len(resp.Id) == 0 {
99
- return fmt.Errorf("create Logs instance: instance id missing in response")
100
- }
101
instanceId := resp.Id
102
103
// Wait for async operation, if async mode not enabled
0 commit comments