Skip to content

Commit 920a2d7

Browse files
fix: Change averageClickPosition of the ABTestResponse.Variant type to Double (#682)
1 parent e028c43 commit 920a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AlgoliaSearchClient/Models/Analytics/ABTest/Response/ABTestResponse+Variant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension ABTestResponse {
2929
public let noResultCount: Int?
3030

3131
/// Average click position for the variant.
32-
public let averageClickPosition: Int?
32+
public let averageClickPosition: Double?
3333

3434
public let searchCount: Int?
3535

0 commit comments

Comments
 (0)