Skip to content

Commit

Permalink
chore: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
fetchfern committed Apr 21, 2024
1 parent 6bfa113 commit 065d859
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/alerion_core/src/websocket/conn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ use alerion_datamodel::websocket::*;
use uuid::Uuid;

use crate::config::AlerionConfig;

use super::auth::{Auth, Permissions};
use super::relay::ServerConnection;
use crate::config::AlerionConfig;
use crate::websocket::auth::{Auth, Permissions};
use crate::websocket::relay::ServerConnection;

#[derive(Debug, Clone)]
pub enum ServerMessage {
Expand Down

0 comments on commit 065d859

Please sign in to comment.