From 7a2641b36822173e8f34c278d16da29eec4d9f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3=20=D0=91=D0=BE=D1=80=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Sun, 24 May 2026 10:18:05 +0200 Subject: [PATCH] working commit --- cmd/mstorectl/accountcmd/updacc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/mstorectl/accountcmd/updacc.go b/cmd/mstorectl/accountcmd/updacc.go index f49f886..3923c7f 100644 --- a/cmd/mstorectl/accountcmd/updacc.go +++ b/cmd/mstorectl/accountcmd/updacc.go @@ -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) {