removed unused type

This commit is contained in:
shockrah 2020-07-31 22:10:27 -07:00
parent b8c4cee57f
commit a24126034b

View File

@ -52,7 +52,6 @@ impl ChannelType {
} }
// Primary way of interpretting sql data on our channels table // Primary way of interpretting sql data on our channels table
pub type ChannelID = u64;
pub struct Channel { pub struct Channel {
id: u64, id: u64,
name: String, name: String,