Skip to content

Commit

Permalink
chore(cmd): remove metadata used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed Jan 19, 2022
1 parent f400eef commit e82007d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/appeal.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/odpf/salt/printer"
"github.com/odpf/salt/term"
"github.com/spf13/cobra"
"google.golang.org/grpc/metadata"
"google.golang.org/protobuf/types/known/structpb"
)

Expand Down Expand Up @@ -125,7 +124,6 @@ func createAppealCommand(c *app.CLIConfig) *cobra.Command {
}
defer cancel()

ctx = metadata.AppendToOutgoingContext(ctx, "x-goog-authenticated-user-email", "rahmat.hd@gojek.com")
res, err := client.CreateAppeal(ctx, &guardianv1beta1.CreateAppealRequest{
AccountId: accountID,
Resources: []*guardianv1beta1.CreateAppealRequest_Resource{
Expand Down

0 comments on commit e82007d

Please sign in to comment.