Skip to content
Snippets Groups Projects

F files

Merged Timm Fitschen requested to merge f-files into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -324,7 +324,7 @@ auto Transaction::ExecuteAsynchronously() noexcept -> StatusCode {
}
// file download afterwards
if (status.GetCode() == StatusCode::SUCCESS && !download_files.empty()) {
if (status.GetCode() == StatusCode::EXECUTING && !download_files.empty()) {
// run over all retrieved entities and get the download_id
for (auto sub_response : *(response->mutable_responses())) {
if (sub_response.transaction_response_case() ==
Loading