This commit is contained in:
parent
8742740e6e
commit
d442cccebe
@ -155,7 +155,7 @@ async fn handle_callback(bot: Bot, mut db: DB, bm: BotMessage, q: CallbackQuery)
|
||||
handler,
|
||||
bm.literal()
|
||||
);
|
||||
match handler.call_args(vec![jsuser]) {
|
||||
match handler.call_args(vec![]) {
|
||||
Ok(v) => {
|
||||
println!("Ok branch, value: {:?}", v.js_to_string());
|
||||
if v.is_bool() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user