migration to JS engine #1

Merged
akulij merged 131 commits from dev into main 2025-05-31 08:49:52 +00:00
Showing only changes of commit bc2397a32c - Show all commits

View File

@ -11,7 +11,7 @@ use crate::db::GetCollection;
use crate::query_call_consume; use crate::query_call_consume;
use crate::CallDB; use crate::CallDB;
#[derive(Serialize, Deserialize, Default)] #[derive(Serialize, Deserialize, Default, Clone)]
pub struct BotInstance { pub struct BotInstance {
pub _id: bson::oid::ObjectId, pub _id: bson::oid::ObjectId,
pub name: String, pub name: String,