Fixed compilation error (rename shareable_db to factory) (#3138)

This commit is contained in:
Gaon3
2023-06-14 12:21:01 +03:00
committed by GitHub
parent 209d2445b0
commit 76302d945c

View File

@ -233,7 +233,7 @@ impl Command {
if self.commit {
provider_rw.commit()?;
provider_rw = shareable_db.provider_rw().map_err(PipelineError::Interface)?;
provider_rw = factory.provider_rw().map_err(PipelineError::Interface)?;
}
}
}