refactor(query): align with rest of the source code

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
Julian Strobl 2024-11-28 17:03:14 +01:00
parent 653e988d79
commit 067b3e58ac
No known key found for this signature in database
GPG Key ID: E0A8F9AD733499A7
2 changed files with 2 additions and 3 deletions

View File

@ -25,6 +25,7 @@ func GetQueryCmd(_ string) *cobra.Command {
GetCmdChallenge(),
GetCmdChallenges(),
GetCmdDistribution(),
GetCmdDistributions(),
GetCmdListRedeemClaim(),
GetCmdMintRequests(),
GetCmdQueryParams(),
@ -34,8 +35,6 @@ func GetQueryCmd(_ string) *cobra.Command {
GetCmdShowRedeemClaim(),
)
cmd.AddCommand(CmdDistributions())
// this line is used by starport scaffolding # 1
return cmd

View File

@ -11,7 +11,7 @@ import (
var _ = strconv.Itoa(0)
func CmdDistributions() *cobra.Command {
func GetCmdDistributions() *cobra.Command {
cmd := &cobra.Command{
Use: "distributions",
Short: "Query distributions",