Skip to content

Commit

Permalink
Merge branch 'main' into connor/pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinYukseloglu authored Feb 17, 2024
2 parents b37e892 + ca96a0e commit 04f6300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/orderbook/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ pub fn get_orders_by_owner(
.filter_map(|item| item.ok())
.map(|(_, order)| order)
.collect();

Ok(orders)
}

0 comments on commit 04f6300

Please sign in to comment.