Phase 7c: ApprovalResolved helper events into manager's inbox

This commit is contained in:
müde 2026-05-15 00:26:42 +02:00
parent 7c1ed07cf2
commit 1ceabae892
3 changed files with 76 additions and 12 deletions

View file

@ -66,7 +66,6 @@ impl Approvals {
.map_err(Into::into)
}
#[allow(dead_code)] // used by Phase 5b commit verification
pub fn get(&self, id: i64) -> Result<Option<Approval>> {
let conn = self.conn.lock().unwrap();
conn.query_row(