diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-01 23:57:22 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-01 23:57:22 -0400 |
| commit | f878f0b5eaa44e8ee8d67cbfd706926ff2119113 (patch) | |
| tree | fd9534ebc884da59b4031e2bcf2eb2d9dac35a87 /src/channel/routes/test/on_send.rs | |
| parent | d171a258ad2119e39cb715f8800031fff16967dc (diff) | |
Organize IDs into top-level namespaces.
(This is part of a larger reorganization.)
Diffstat (limited to 'src/channel/routes/test/on_send.rs')
| -rw-r--r-- | src/channel/routes/test/on_send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel/routes/test/on_send.rs b/src/channel/routes/test/on_send.rs index d37ed21..987784d 100644 --- a/src/channel/routes/test/on_send.rs +++ b/src/channel/routes/test/on_send.rs @@ -2,9 +2,9 @@ use axum::extract::{Json, Path, State}; use futures::stream::StreamExt; use crate::{ + channel, channel::routes, events::{app, types}, - repo::channel, test::fixtures::{self, future::Immediately as _}, }; |
