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 5e94db2 commit bfba688Copy full SHA for bfba688
cli/cmd/get.go
@@ -374,7 +374,7 @@ func getAPIsByEnv(env cliconfig.Environment) (string, error) {
374
}
375
376
377
- if len(allRealtimeAPIs) == 0 && len(allBatchAPIs) == 0 && len(allTaskAPIs) == 0 && len(allTrafficSplitters) == 0 {
+ if len(allRealtimeAPIs) == 0 && len(allAsyncAPIs) == 0 && len(allBatchAPIs) == 0 && len(allTaskAPIs) == 0 && len(allTrafficSplitters) == 0 {
378
return console.Bold("no apis are deployed"), nil
379
380
0 commit comments