1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Merge pull request #439 from oceanprotocol/bug/fix_datatoken_search

fix datatoken search
This commit is contained in:
Alex Coseru 2020-11-05 18:49:41 +02:00 committed by GitHub
commit 8c6af26ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ export class Assets extends Instantiable {
offset: offset || 100,
page: page || 1,
query: {
dtAddress: [dtAddress]
dataToken: [dtAddress]
},
sort: {
value: sort || 1