Skip to content

Commit

Permalink
fix datatoken search
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 authored Nov 5, 2020
1 parent f0e3580 commit 46e559f
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 46e559f

Please sign in to comment.