oops
This commit is contained in:
parent
df3127a763
commit
ca9f5fc542
1 changed files with 2 additions and 2 deletions
|
@ -104,10 +104,10 @@ async fn button(
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
"listaccounts" => {
|
"listaccounts" => {
|
||||||
let user = u.to_user(&ctx);
|
let user = u.to_user(&ctx).await?;
|
||||||
let s: String = crate::commands::accountv2::list_string(
|
let s: String = crate::commands::accountv2::list_string(
|
||||||
&data.sqlite_pool,
|
&data.sqlite_pool,
|
||||||
user,
|
&user,
|
||||||
&data.caches,
|
&data.caches,
|
||||||
&data.clients.general,
|
&data.clients.general,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue