1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

limit queryLatest

This commit is contained in:
Matthias Kretschmann 2020-10-22 17:04:12 +02:00
parent 28d858cab7
commit 762e8785c7
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -27,7 +27,7 @@ const queryPoolsLatest = {
const queryLatest = { const queryLatest = {
page: 1, page: 1,
offset: 20, offset: 9,
query: {}, query: {},
sort: { created: -1 } sort: { created: -1 }
} }