We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5ed483 + f023dfc commit 38c966aCopy full SHA for 38c966a
1 file changed
crates/lance-graph-callcenter/src/unified_bridge.rs
@@ -312,7 +312,7 @@ impl<B: NamespaceBridge> UnifiedBridge<B> {
312
super_domain: SuperDomain,
313
salt: u64,
314
base_path: impl Into<std::path::PathBuf>,
315
- ) -> std::io::Result<Self> {
+ ) -> Result<Self, crate::audit_sink::AuditError> {
316
let sink = Arc::new(crate::audit_sink::JsonlAuditSink::new(base_path.into())?);
317
Ok(self.with_audit_chain(super_domain, salt, sink))
318
}
0 commit comments