Skip to content

Commit 6054744

Browse files
committed
fix(analytics): check if the type of AB testing average click position is float
1 parent 3801d0b commit 6054744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/algolia/responses/ABTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ case class ABTestResponse(
4343
)
4444

4545
case class VariantResponse(
46-
averageClickPosition: Option[Int],
46+
averageClickPosition: Option[Float],
4747
clickCount: Option[Int],
4848
clickThroughRate: Option[Float],
4949
conversionCount: Option[Int],

0 commit comments

Comments
 (0)