diff options
Diffstat (limited to 'src/channel/routes')
| -rw-r--r-- | src/channel/routes/post.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/channel/routes/post.rs b/src/channel/routes/post.rs index d354f79..9781dd7 100644 --- a/src/channel/routes/post.rs +++ b/src/channel/routes/post.rs @@ -6,10 +6,11 @@ use axum::{ use crate::{ app::App, - channel::{app, Channel, Name}, + channel::{app, Channel}, clock::RequestedAt, error::Internal, login::Login, + name::Name, }; pub async fn handler( |
