Skip to content

Commit e82007d

Browse files
committed
chore(cmd): remove metadata used for debugging
1 parent f400eef commit e82007d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/appeal.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"github.com/odpf/salt/printer"
1212
"github.com/odpf/salt/term"
1313
"github.com/spf13/cobra"
14-
"google.golang.org/grpc/metadata"
1514
"google.golang.org/protobuf/types/known/structpb"
1615
)
1716

@@ -125,7 +124,6 @@ func createAppealCommand(c *app.CLIConfig) *cobra.Command {
125124
}
126125
defer cancel()
127126

128-
ctx = metadata.AppendToOutgoingContext(ctx, "x-goog-authenticated-user-email", "[email protected]")
129127
res, err := client.CreateAppeal(ctx, &guardianv1beta1.CreateAppealRequest{
130128
AccountId: accountID,
131129
Resources: []*guardianv1beta1.CreateAppealRequest_Resource{

0 commit comments

Comments
 (0)