Skip to content

Commit

Permalink
fix: Add order_by to asset query
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Mar 29, 2021
1 parent 45a7c11 commit 5848c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-cardano-db-hasura/src/HasuraClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ export class HasuraClient {
assets (
limit: $limit
offset: $offset
order_by: { assetId: asc }
where: {
metadataFetchAttempts: $metadataFetchAttempts
}
Expand Down

0 comments on commit 5848c24

Please sign in to comment.