working commit

This commit is contained in:
Олег Бородин
2026-05-24 10:18:05 +02:00
parent 54af4c2112
commit 7a2641b368
-2
View File
@@ -12,7 +12,6 @@ import (
"github.com/spf13/cobra"
"mstore/pkg/accntcli"
"mstore/pkg/descr"
)
// UpdateAccount
@@ -23,7 +22,6 @@ type UpdateAccountParams struct {
NewPassword string
}
type UpdateAccountResult struct {
File *descr.File `json:"file,omitempty"`
}
func (util *AccountUtil) UpdateAccount(cmd *cobra.Command, args []string) {