Pass back the input to the pipeline for the SQLite-indexed bloblog writer

This commit is contained in:
Olivier 'reivilibre' 2021-11-19 21:40:37 +00:00
parent b93cbe89e0
commit 7b21b43bc6
1 changed files with 2 additions and 1 deletions

View File

@ -714,7 +714,8 @@ impl RawPile for SqliteBloblogPile {
.expect("This is BAD: failed to send failure message to controller.");
}
});
todo!()
Ok(sender)
}
}