Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinquaXD committed Jan 21, 2025
1 parent 3632a76 commit 349edd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/orderbook/src/api/get_trades.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Query {
match (self.order_uid.as_ref(), self.owner.as_ref()) {
(Some(_), None) | (None, Some(_)) => Ok(self.trade_filter()),
_ => Err(TradeFilterError::InvalidFilter(
"Must specify exactly one of owner and orderUid.".to_owned(),
"Must specify exactly one of owner or orderUid.".to_owned(),
)),
}
}
Expand Down

0 comments on commit 349edd9

Please sign in to comment.