Skip to content

Commit

Permalink
Fixed q_sets
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Dec 14, 2023
1 parent 3c25184 commit d751eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cardchain/client/cli/query_q_sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func CmdQSets() *cobra.Command {
ignoreStatus bool = false
)

if slices.Contains([]string{"\"\"", "''"}, args[0]) {
if !slices.Contains([]string{"\"\"", "''"}, args[0]) {
reqStatus = types.CStatus(types.CStatus_value[args[0]])
} else {
ignoreStatus = true
Expand Down

0 comments on commit d751eea

Please sign in to comment.