Skip to content

Commit

Permalink
fix(analytics): correct the click significance type
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes authored and VladislavFitz committed Oct 2, 2020
1 parent f232a2d commit 28520a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algolia/analytics/responses_ab_testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type GetABTestsRes struct {
// retrieved as part of a response.
type ABTestResponse struct {
ABTestID int `json:"abTestID"`
ClickSignificance int `json:"clickSignificance"`
ClickSignificance float64 `json:"clickSignificance"`
ConversionSignificance float64 `json:"conversionSignificance"`
CreatedAt time.Time `json:"createdAt"`
EndAt time.Time `json:"endAt"`
Expand Down

0 comments on commit 28520a2

Please sign in to comment.