File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1085,16 +1085,8 @@ func runGetCodeBashingCommand(
10851085 codeBashingWrapper wrappers.CodeBashingWrapper ,
10861086) func (cmd * cobra.Command , args []string ) error {
10871087 return func (cmd * cobra.Command , args []string ) error {
1088- //cmd.Flags().GetString(commonParams.LanguageFlag)
1089- //1089818565155602739
1090- queryId , _ := cmd .Flags ().GetString (commonParams .QueryIDFlag )
1091- // Fetch the cached token or a new one to obtain the codebashing URL incoded in the jwt token
1092- _ , err := codeBashingWrapper .BuildCodeBashingParams (
1093- wrappers.CodeBashingParamsCollection {
1094- QueryId : queryId ,
1095- },
1096- )
10971088
1089+ queryId , _ := cmd .Flags ().GetString (commonParams .QueryIDFlag )
10981090 codeBashingURL , err := codeBashingWrapper .GetCodeBashingURL (codeBashingKey )
10991091 if err != nil {
11001092 return err
You can’t perform that action at this time.
0 commit comments