Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Dec 17, 2023
1 parent 1e064b3 commit 360fe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/pre_orders/swappable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def foxswap_pay_url(pay_asset_id)
asset_id: pay_asset_id,
amount: route[:funds],
trace_id: trace_id,
memo: fswap_mtg_memo(route[:routes]),
memo: fswap_mtg_memo(route[:routes])
)
end

Expand Down

0 comments on commit 360fe37

Please sign in to comment.