Skip to content

Commit

Permalink
Update server/service/src/requisition/request_requisition/insert_prog…
Browse files Browse the repository at this point in the history
…ram.rs

Co-authored-by: roxy-dao <[email protected]>
  • Loading branch information
fergie-nz and roxy-dao authored Dec 20, 2024
1 parent 0da767a commit 8430bd2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ fn generate_internal_order_indicators(
None,
)?
.into_iter()
.map(|s| s.store_row.and_then(|s| Some(s.id)))
.filter_map(|id| id)
.filter_map(|s| s.store_row.map(|s| s.id))
.collect::<Vec<String>>();

println!(
Expand Down

0 comments on commit 8430bd2

Please sign in to comment.