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
|
// 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,
|
||||||
|
Loading…
Reference in New Issue
Block a user