fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-12-28 12:54:18 -06:00
parent aa7d24ef2a
commit 1809f5a7de

View File

@ -147,9 +147,6 @@ auto ring_buffer_base::download_chunk(std::size_t chunk,
chunk_lock.lock();
if (chunk < ring_begin_ || chunk > ring_end_) {
result = api_error::invalid_ring_buffer_position;
unlock_and_notify();
active_download->notify(result);
return result;
}
if (result == api_error::success) {