Skip to content

Commit

Permalink
fix(analytics): check if the type of AB testing average click positio…
Browse files Browse the repository at this point in the history
…n is float
  • Loading branch information
aallam committed Oct 22, 2020
1 parent 3801d0b commit 6054744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/algolia/responses/ABTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ case class ABTestResponse(
)

case class VariantResponse(
averageClickPosition: Option[Int],
averageClickPosition: Option[Float],
clickCount: Option[Int],
clickThroughRate: Option[Float],
conversionCount: Option[Int],
Expand Down

0 comments on commit 6054744

Please sign in to comment.