mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
ignore purgatory when on getPublishedAssets (profile screen) (#1580)
This commit is contained in:
parent
f2407016de
commit
5c35d25b4b
@ -321,6 +321,7 @@ export async function getPublishedAssets(
|
||||
}
|
||||
}
|
||||
},
|
||||
ignorePurgatory: true,
|
||||
esPaginationOptions: {
|
||||
from: (Number(page) - 1 || 0) * 9,
|
||||
size: 9
|
||||
|
Loading…
Reference in New Issue
Block a user