diff --git a/server/src/channels.rs b/server/src/channels.rs index 4ad97d4..b568553 100644 --- a/server/src/channels.rs +++ b/server/src/channels.rs @@ -52,7 +52,6 @@ impl ChannelType { } // Primary way of interpretting sql data on our channels table -pub type ChannelID = u64; pub struct Channel { id: u64, name: String,