removed unused type
This commit is contained in:
parent
b8c4cee57f
commit
a24126034b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user