Skip to content

Commit

Permalink
fixed (#4116)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie <[email protected]>
  • Loading branch information
zhaohaifei and Sophie-Xie authored Apr 6, 2022
1 parent 99d93f5 commit 27066cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/meta/processors/admin/VerifyClientVersionProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ void VerifyClientVersionProcessor::process(const cpp2::VerifyClientVersionReq& r
auto versionVal = MetaKeyUtils::versionVal(req.get_build_version().c_str());
std::vector<kvstore::KV> versionData;
versionData.emplace_back(std::move(versionKey), std::move(versionVal));
doSyncPut(versionData);
resp_.code_ref() = nebula::cpp2::ErrorCode::SUCCEEDED;
handleErrorCode(doSyncPut(versionData));
}
onFinished();
}
Expand Down

0 comments on commit 27066cc

Please sign in to comment.