fix reinit

This commit is contained in:
JMARyA 2024-05-03 18:45:23 +02:00
parent 6a34099e17
commit a8e72efea0
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 27 additions and 11 deletions

View file

@ -30,6 +30,13 @@ macro_rules! get_mongo {
};
}
#[macro_export]
macro_rules! id_of {
($id:expr) => {
doc! { "_id": $id}
};
}
pub struct ItemDB {
index: mdq::Index,
mongodb: mongodb::Client,