Skip to content

Commit

Permalink
make DB public hacky hacky
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jan 2, 2025
1 parent 29aa2db commit d99caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/index/revindex/disk_revindex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn compute_color(idxs: &Datasets) -> Color {

#[derive(Clone)]
pub struct RevIndex {
db: Arc<DB>,
pub db: Arc<DB>,
collection: Arc<CollectionSet>,
processed: Arc<RwLock<Datasets>>,
}
Expand Down

0 comments on commit d99caad

Please sign in to comment.