Private
Public Access
1
0

cargo fix

This commit is contained in:
2025-06-06 16:35:51 -07:00
parent 9e8c976a0e
commit 8cd72d9417
8 changed files with 8 additions and 12 deletions

View File

@@ -9,7 +9,6 @@ use kordophone::APIInterface;
use thiserror::Error;
use kordophone_db::database::Database;
use kordophone_db::database::DatabaseAccess;
use crate::daemon::events::Event;
use crate::daemon::events::Reply;
@@ -21,7 +20,6 @@ use tokio::sync::Mutex;
use tokio::sync::mpsc::{Receiver, Sender};
use tokio::pin;
use tokio::time::Duration;
mod target {
pub static ATTACHMENTS: &str = "attachments";