Skip to content

Commit

Permalink
BH-4879 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-rajakarthik committed Dec 28, 2023
1 parent 9b55541 commit 1d8a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/clo/clo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static ErrorCode send_result(
std::ostringstream oss;
boost::property_tree::json_parser::write_json(oss, pt, false);
msgpack::sbuffer m;
msgpack::type::tuple<std::string, epochtime_t, std::string> src(
msgpack::type::tuple<std::string> src(
oss.str()
);
msgpack::pack(m, src);
Expand Down

0 comments on commit 1d8a189

Please sign in to comment.