Skip to content

Commit

Permalink
Error handling adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Jul 29, 2024
1 parent 84ce83c commit 9c86574
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ var query = &cobra.Command{
fmt.Println("please provide a filter name")
command.Help()
return nil
}else if filterName=="DEFAULT_FILTER_NAME"{
fmt.Println("please provide a filter name")
return nil
}

client := DefaultClient()
Expand Down

0 comments on commit 9c86574

Please sign in to comment.