fix: add missing debug import
All checks were successful
BotServer CI/CD / build (push) Successful in 3m16s
All checks were successful
BotServer CI/CD / build (push) Successful in 3m16s
This commit is contained in:
parent
650cb70961
commit
850db4b588
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ use diesel::RunQueryDsl;
|
|||
use futures::{sink::SinkExt, stream::StreamExt};
|
||||
#[cfg(feature = "llm")]
|
||||
use log::trace;
|
||||
use log::{error, info, warn};
|
||||
use log::{debug, error, info, warn};
|
||||
use serde_json;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue