Skip to content

Commit 66b5121

Browse files
fix(specs): averageClickPosition return type (generated)
algolia/api-clients-automation#5089 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 70f0e4e commit 66b5121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algolia/models/abtesting/variant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def self.types_mapping
9898
{
9999
:add_to_cart_count => :"Integer",
100100
:add_to_cart_rate => :"Float",
101-
:average_click_position => :"Integer",
101+
:average_click_position => :"Float",
102102
:click_count => :"Integer",
103103
:click_through_rate => :"Float",
104104
:conversion_count => :"Integer",

0 commit comments

Comments
 (0)