Skip to content

Commit

Permalink
view: use explicit struct instantiation
Browse files Browse the repository at this point in the history
Co-authored-by: Lúcás Meier <[email protected]>
Signed-off-by: Erwan Or <[email protected]>
  • Loading branch information
erwanor and cronokirby authored Jan 17, 2025
1 parent 4c3c816 commit c5ae0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/view/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ where
tonic::Request::new(pb::OwnedPositionIdsRequest {
trading_pair: trading_pair.map(TryInto::try_into).transpose()?,
position_state: position_state.map(TryInto::try_into).transpose()?,
..Default::default()
subaccount: None,
}),
);

Expand Down

0 comments on commit c5ae0ba

Please sign in to comment.