Skip to content

Commit

Permalink
Merge pull request #439 from oceanprotocol/bug/fix_datatoken_search
Browse files Browse the repository at this point in the history
fix datatoken search
  • Loading branch information
alexcos20 authored Nov 5, 2020
2 parents f0e3580 + 46e559f commit 8c6af26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocean/Assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class Assets extends Instantiable {
offset: offset || 100,
page: page || 1,
query: {
dtAddress: [dtAddress]
dataToken: [dtAddress]
},
sort: {
value: sort || 1
Expand Down

0 comments on commit 8c6af26

Please sign in to comment.