We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7331638 commit bb0030eCopy full SHA for bb0030e
components/ide-service/pkg/server/server.go
@@ -36,7 +36,7 @@ type IDEServiceServer struct {
36
parsedIDEConfigContent string
37
ideConfig *config.IDEConfig
38
ideConfigFileName string
39
- experiemntsClient experiments.Client
+ experimentsClient experiments.Client
40
41
api.UnimplementedIDEServiceServer
42
}
@@ -87,7 +87,7 @@ func New(cfg *config.ServiceConfiguration) *IDEServiceServer {
87
s := &IDEServiceServer{
88
config: cfg,
89
ideConfigFileName: fn,
90
- experiemntsClient: experiments.NewClient(),
+ experimentsClient: experiments.NewClient(),
91
92
return s
93
0 commit comments