FIX: Copilot's catch

This commit is contained in:
Nicolás Hatcher
2025-11-16 11:19:49 +01:00
committed by Nicolás Hatcher Andrés
parent c52c05aa8e
commit 7e966baa0d

View File

@@ -274,7 +274,7 @@ impl Model {
}
CalcResult::Boolean(b) => {
return if b {
Ok(1)
Ok(db_left.column)
} else {
// Index 0 is out of range
Err(CalcResult::Error {