summaryrefslogtreecommitdiff
path: root/src/channel/routes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel/routes.rs')
-rw-r--r--src/channel/routes.rs7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/channel/routes.rs b/src/channel/routes.rs
index 067d213..72d6195 100644
--- a/src/channel/routes.rs
+++ b/src/channel/routes.rs
@@ -10,14 +10,11 @@ use axum_extra::extract::Query;
use super::app;
use crate::{
app::App,
+ channel,
clock::RequestedAt,
error::Internal,
events::app::EventsError,
- repo::{
- channel::{self, Channel},
- login::Login,
- sequence::Sequence,
- },
+ repo::{channel::Channel, login::Login, sequence::Sequence},
};
#[cfg(test)]