This commit is contained in:
JMARyA 2024-07-18 14:10:29 +02:00
parent 97348a9275
commit 0d23326aa2
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 26 additions and 7 deletions

View file

@ -96,7 +96,7 @@ pub fn model_derive(input: TokenStream) -> TokenStream {
async fn update_values(
&mut self,
obj: &serde_json::Map<String, serde_json::Value>,
update: &mut mongodb::bson::Document,
update: &mut mongod::mongodb::bson::Document,
) {
#( #field_process_code )*
}