lsjdf
Some checks failed
Build && Deploy / cargo build (push) Has been cancelled

This commit is contained in:
Akulij 2025-06-01 12:17:53 +05:00
parent 8742740e6e
commit d442cccebe

View File

@ -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() {