Phase 7c: ApprovalResolved helper events into manager's inbox
This commit is contained in:
parent
7c1ed07cf2
commit
1ceabae892
3 changed files with 76 additions and 12 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue