Skip to content
Snippets Groups Projects
Verified Commit b2d5f3a7 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: files

parent c9eb459b
No related branches found
No related tags found
1 merge request!11F files
......@@ -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() ==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment