Skip to content

Commit

Permalink
Update cmd_json.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
MaheshMadushan authored Nov 4, 2023
1 parent 4fc5795 commit b6397a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/cmd_json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class CommandJsonToggle : public Commander {
auto s = json.Toggle(args_[1], path);

if (s.IsNotFound()) {
*output = redis::NilString()
*output = redis::NilString();
return Status::OK();
}

Expand Down

0 comments on commit b6397a4

Please sign in to comment.