Compare commits
2 Commits
5955fc297d
...
12288ced5c
| Author | SHA1 | Date | |
|---|---|---|---|
| 12288ced5c | |||
|
|
d442cccebe |
@ -155,7 +155,7 @@ async fn handle_callback(bot: Bot, mut db: DB, bm: BotMessage, q: CallbackQuery)
|
|||||||
handler,
|
handler,
|
||||||
bm.literal()
|
bm.literal()
|
||||||
);
|
);
|
||||||
match handler.call_args(vec![jsuser]) {
|
match handler.call_args(vec![]) {
|
||||||
Ok(v) => {
|
Ok(v) => {
|
||||||
println!("Ok branch, value: {:?}", v.js_to_string());
|
println!("Ok branch, value: {:?}", v.js_to_string());
|
||||||
if v.is_bool() {
|
if v.is_bool() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user