Skip to content

Commit 7f33c46

Browse files
author
Bilal Al
committed
polish
1 parent 2115252 commit 7f33c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/splitclient-rb/clients/split_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def evaluate_treatment(feature_flag, feature_flag_name, bucketing_key, matching_
358358
end
359359

360360
record_latency(calling_method, start)
361-
impression_decorator = { :impression => @impressions_manager.build_impression(matching_key, bucketing_key, feature_flag_name, treatment_data, impressions_disabled, params={ attributes: attributes, time: nil }), :disabled => impressions_disabled }
361+
impression_decorator = { :impression => @impressions_manager.build_impression(matching_key, bucketing_key, feature_flag_name, treatment_data, impressions_disabled, { attributes: attributes, time: nil }), :disabled => impressions_disabled }
362362
impressions_decorator << impression_decorator unless impression_decorator.nil?
363363
rescue StandardError => e
364364
@config.log_found_exception(__method__.to_s, e)

0 commit comments

Comments
 (0)