diff --git a/src/commands/history/mod.rs b/src/commands/history/mod.rs index 0b80f88..56c0b20 100644 --- a/src/commands/history/mod.rs +++ b/src/commands/history/mod.rs @@ -70,7 +70,7 @@ pub async fn handle_history(history: History) -> Result<(), Box([ (":query", condition.into()), (":limit", limit.to_string().into()) - ])?; // Bind the values to the statement + ])?; while let Ok(State::Row) = statement.next() { let id: i64 = statement.read(0)?;