79620670

Date: 2025-05-14 03:11:00
Score: 1
Natty:
Report link

It work with me like that. You can try

const fetchAllAssets = async () => {
        const assetQuery = {
            fields: ['id', 'asset_id', 'title', 'pex_copies'],
            filter: {
                pex_copies: {
                    _nnull: true
                }
            }
        }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hau La