Skip to content

Commit d0b976a

Browse files
author
Mehrad
committed
set tag v3.0.0
1 parent ff60862 commit d0b976a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

cmd/utils.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ func readPasswordFromConsole(inputAnswr string) (val string) {
6262
}
6363

6464

65-
/*
66-
func grpcConnect() ybApi.Client {
67-
return ybApi.Connect(
68-
viper.GetString(config.KEY_HOST),
69-
ybApi.NewJwtAccess(func() string {
70-
return viper.GetString(config.KEY_TOKEN)
71-
}))
72-
}
73-
*/
74-
7565
func grpcConnect() ybApi.Client {
7666
return ybApi.Connect(
7767
viper.GetString(config.KEY_HOST),

0 commit comments

Comments
 (0)