Skip to content

Commit

Permalink
Remove a stray TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Nov 3, 2022
1 parent 3ae2327 commit 0d65b56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion implementations/cpp-valijson/bowtie_valijson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ int main() {
}

dialect = request["dialect"].GetString();
// TODO: Check me
response.AddMember("ok", true, allocator);
} else if (cmd == "run") {
if (!started) {
Expand Down

0 comments on commit 0d65b56

Please sign in to comment.