add missed argument

This commit is contained in:
yggverse 2024-10-06 01:03:44 +03:00
parent 9f30965e72
commit 5e9d94711a

View File

@ -108,7 +108,7 @@ impl Widget {
) { ) {
Ok(_) => { Ok(_) => {
// Delegate save action to childs // Delegate save action to childs
// let id = self.database.last_insert_id(); // let id = self.database.last_insert_id(tx);
// nothing yet.. // nothing yet..
} }
Err(e) => todo!("{e}"), Err(e) => todo!("{e}"),