This commit is contained in:
49lf
2024-03-22 19:17:45 -04:00
parent 5b75452f9e
commit 3011c0d2f8

View File

@ -258,7 +258,7 @@ impl EngineManager for EngineConnection {
});
acc
}),
batch_id: id
batch_id: uuid::Uuid::new_v4()
};
let final_req = if self.batch.lock().unwrap().len() == 1 {