1
0
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:
EnzoVezzaro 2022-07-08 08:28:44 -04:00 committed by GitHub
parent f2407016de
commit 5c35d25b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,6 +321,7 @@ export async function getPublishedAssets(
}
}
},
ignorePurgatory: true,
esPaginationOptions: {
from: (Number(page) - 1 || 0) * 9,
size: 9