Example #1
0
export const searchAssets = (search) =>
    conn.searchAssets(search)
        .then(assetList => assetList.map(asset => asset.id))