Skip to content

Commit cf085a5

Browse files
committed
refactor(api): remove unused import in tickets external route
1 parent 9092e62 commit cf085a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rustmail/src/api/routes/externals/tickets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::api::{auth_middleware, handle_external_ticket_create};
22
use crate::types::BotState;
33
use axum::Router;
4-
use axum::routing::{get, post};
4+
use axum::routing::post;
55
use std::sync::Arc;
66
use tokio::sync::Mutex;
77

0 commit comments

Comments
 (0)