Skip to content

Commit

Permalink
Fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Davis committed Jan 24, 2020
1 parent 1adb55f commit 8b36ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (o *OptimizelyClient) GetFeatureVariable(featureKey, variableKey string, us
return variable.DefaultValue, variable.Type, err
}

// GetAllFeatureVariablesWithType returns all the variables for a given feature along with the enabled state.
// GetAllFeatureVariables returns all the variables for a given feature along with the enabled state.
func (o *OptimizelyClient) GetAllFeatureVariables(featureKey string, userContext entities.UserContext) (enabled bool, variableMap map[string]interface{}, err error) {

variableMap = make(map[string]interface{})
Expand Down

0 comments on commit 8b36ebc

Please sign in to comment.