Pass back the input to the pipeline for the SQLite-indexed bloblog writer
This commit is contained in:
parent
b93cbe89e0
commit
7b21b43bc6
|
@ -714,7 +714,8 @@ impl RawPile for SqliteBloblogPile {
|
||||||
.expect("This is BAD: failed to send failure message to controller.");
|
.expect("This is BAD: failed to send failure message to controller.");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
todo!()
|
|
||||||
|
Ok(sender)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue