summaryrefslogtreecommitdiff
path: root/src/conversation/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/handlers')
-rw-r--r--src/conversation/handlers/send/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/handlers/send/mod.rs b/src/conversation/handlers/send/mod.rs
index 9ec020a..1c8ac63 100644
--- a/src/conversation/handlers/send/mod.rs
+++ b/src/conversation/handlers/send/mod.rs
@@ -4,10 +4,10 @@ use axum::{
response::{self, IntoResponse},
};
-use crate::conversation::handlers::PathInfo;
use crate::{
app::App,
clock::RequestedAt,
+ conversation::handlers::PathInfo,
error::{Internal, NotFound},
message::{Body, Message, app::SendError},
token::extract::Identity,