Skip to content
Snippets Groups Projects

F files

Merged Timm Fitschen requested to merge f-files into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -362,6 +362,7 @@ auto Transaction::WaitForIt() const noexcept -> TransactionStatus {
if (this->status.GetCode() != StatusCode::EXECUTING) {
return this->status;
}
this->status = TransactionStatus::SUCCESS();
bool set_error = false;
auto *responses = this->response->mutable_responses();
std::vector<std::unique_ptr<Entity>> entities;
Loading