Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Nov 21, 2024
1 parent 7213c54 commit e7f514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/autopilot/src/infra/persistence/dto/order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub fn to_domain(order: Order) -> domain::Order {
protocol_fees: order
.protocol_fees
.into_iter()
.map(|fee_policy| fee_policy.into_domain())
.map(FeePolicy::into_domain)
.collect(),
created: order.created,
valid_to: order.valid_to,
Expand Down

0 comments on commit e7f514e

Please sign in to comment.