Fix RPC call
This commit is contained in:
parent
9e3b955163
commit
3582090fb8
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ func (s *Session) StartJupyterServer(ctx context.Context) (int, string, error) {
|
|||
ServerUrl string `json:"serverUrl"`
|
||||
}
|
||||
|
||||
if err := s.rpc.do(ctx, "IJupyterServerHostService.GetRunningServers", []string{}, &response); err != nil {
|
||||
if err := s.rpc.do(ctx, "IJupyterServerHostService.getRunningServers", []string{}, &response); err != nil {
|
||||
return 0, "", err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue