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 b9c14b4 commit 6964919Copy full SHA for 6964919
pkg/client/optimizely_user_context.go
@@ -26,7 +26,7 @@ import (
26
27
// OptimizelyUserContext defines user contexts that the SDK will use to make decisions for.
28
type OptimizelyUserContext struct {
29
- UserID string `json:"userID"`
+ UserID string `json:"userId"`
30
Attributes map[string]interface{} `json:"attributes"`
31
32
optimizely *OptimizelyClient
0 commit comments