Skip to content

Commit 433043f

Browse files
author
x
committedDec 28, 2024··
update
1 parent 6088442 commit 433043f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmd/cmd_run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func runCommand(cmd *cobra.Command, args []string) {
3232
Debug: false,
3333
Mode: hcore.SetupMode_GRPC_NORMAL_INSECURE,
3434
Listen: "127.0.0.1:17078",
35-
},
35+
}, nil,
3636
)
3737
// conn, err := grpc.Dial("127.0.0.1:17078", grpc.WithInsecure())
3838
// if err != nil {

0 commit comments

Comments
 (0)
Please sign in to comment.