fix: use all available providers when fetching collectibles by ID
This commit is contained in:
parent
22cd90e878
commit
c494904f18
|
@ -269,7 +269,7 @@ func (o *Manager) FetchAssetsByCollectibleUniqueID(uniqueIDs []thirdparty.Collec
|
|||
continue
|
||||
}
|
||||
|
||||
fetchedAssets, err := o.opensea.FetchAssetsByCollectibleUniqueID(idsToFetch)
|
||||
fetchedAssets, err := provider.FetchAssetsByCollectibleUniqueID(idsToFetch)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue