Skip to content

Commit

Permalink
Merge pull request #7 from terra-money/fix/alliance/model
Browse files Browse the repository at this point in the history
fix: alliance model to return list instead of unique item
  • Loading branch information
alecande11 authored Feb 2, 2023
2 parents 61db9d4 + 556951d commit d21978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/lcd/api/AllianceAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class AllianceAPI extends BaseAPI {
) {
return this.getReqFromChainID(chainID).get<{
pagination: Pagination;
alliances: AllianceAsset;
alliances: AllianceAsset[];
}>(`/terra/alliances`, params);
}

Expand Down

0 comments on commit d21978f

Please sign in to comment.