1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-15 01:34:57 +01:00

tweak high liquidity sorting

This commit is contained in:
Matthias Kretschmann 2020-10-12 14:01:01 +02:00
parent 7a7bbfae4e
commit 2fd40ae35e
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -15,7 +15,7 @@ const queryHighest = {
page: 1,
offset: 3,
query: { 'price.type': ['pool'] },
sort: { 'price.value': 1 }
sort: { 'price.ocean': -1 }
}
const queryLatest = {