more debug info
Some checks failed
Build && Deploy / cargo build (push) Has been cancelled

This commit is contained in:
Akulij 2025-05-31 15:28:48 +05:00
parent 5ff1d3f49e
commit 48e4d7b284

View File

@ -157,7 +157,7 @@ async fn handle_callback(bot: Bot, mut db: DB, bm: BotMessage, q: CallbackQuery)
);
match handler.call_args(vec![jsuser]) {
Ok(v) => {
println!("OK branch");
println!("OK branch, value: {v:?}");
if v.is_bool() {
v.to_bool().unwrap_or(true)
} else if v.is_int() {