Removed Query enum from get_accounts.rs
This commit is contained in:
parent
8aadf96020
commit
0f6712b414
@ -2,11 +2,6 @@ use crate::entity::prelude::Account;
|
|||||||
use sea_orm::prelude::*;
|
use sea_orm::prelude::*;
|
||||||
use teloxide::{adaptors::Throttle, prelude::*, types::ParseMode};
|
use teloxide::{adaptors::Throttle, prelude::*, types::ParseMode};
|
||||||
|
|
||||||
#[derive(Clone, Copy, EnumIter, DeriveColumn, Debug)]
|
|
||||||
enum Query {
|
|
||||||
AccountName,
|
|
||||||
}
|
|
||||||
|
|
||||||
pub async fn get_accounts(
|
pub async fn get_accounts(
|
||||||
bot: Throttle<Bot>,
|
bot: Throttle<Bot>,
|
||||||
msg: Message,
|
msg: Message,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user