Skip to content

Commit

Permalink
fixed:run command was not showing query results
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Jul 28, 2024
1 parent bb04f46 commit cb2340a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ var query = &cobra.Command{
} else {
saveFilter(query, filterNameTrimmed, "1m", "now")
}
return nil
}

client := DefaultClient()
Expand Down

0 comments on commit cb2340a

Please sign in to comment.