Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix: Make OrderWithQuote as inner join in order not to get nullabl…
…e quotes (#2477) # Description Do an `inner join` instead of `left join` in order not to have nullable quotes in case they do not exist. This query will be removed with #2469 # Changes Do an `inner join` instead of `left join` in order not to have nullable quotes in case they do not exist. This way it does not error in case of missing quote (it won't be counted, as it is a liquidity order anyway). ## How to test 1. CI 2. e2e
- Loading branch information