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 3bb1521 commit 5cc7ef3Copy full SHA for 5cc7ef3
optimizely/client/client.go
@@ -282,5 +282,5 @@ func (o *OptimizelyClient) GetProjectConfig() (projectConfig optimizely.ProjectC
282
// Close closes the Optimizely instance and stops any ongoing tasks from its children components
283
func (o *OptimizelyClient) Close() {
284
o.cancelFunc()
285
- o.wg.Wait() //blocking call
+ o.wg.Wait() // blocking call
286
}
0 commit comments