Skip to content

Commit

Permalink
Merge pull request #256 from comdex-official/asset-refactor
Browse files Browse the repository at this point in the history
update asset query
  • Loading branch information
dheerajkd30 authored Jun 19, 2022
2 parents fb215f4 + 86a4b8d commit 8d63cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/asset/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func queryAppsMappings() *cobra.Command {

queryClient := types.NewQueryClient(ctx)

res, err := queryClient.QueryAppsMapings(
res, err := queryClient.QueryAppsMappings(
context.Background(),
&types.QueryAppsRequest{},
)
Expand Down Expand Up @@ -236,7 +236,7 @@ func queryAppMappings() *cobra.Command {

queryClient := types.NewQueryClient(ctx)

res, err := queryClient.QueryAppMapings(
res, err := queryClient.QueryAppMappings(
context.Background(),
&types.QueryAppRequest{
Id: id,
Expand Down

0 comments on commit 8d63cf8

Please sign in to comment.