mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
limit queryLatest
This commit is contained in:
parent
28d858cab7
commit
762e8785c7
@ -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 }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user