Compare commits

..

No commits in common. "12288ced5c7229492a5a9046e674f0bdb4dc0cf0" and "5955fc297db7c85606779502eee95f2bb5f762a4" have entirely different histories.

View File

@ -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![]) {
match handler.call_args(vec![jsuser]) {
Ok(v) => {
println!("Ok branch, value: {:?}", v.js_to_string());
if v.is_bool() {