We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818d219 commit b5b549dCopy full SHA for b5b549d
1 file changed
lib/splitclient-rb/sse/workers/splits_worker.rb
@@ -66,7 +66,9 @@ def update_feature_flag(notification)
66
return false unless !notification.data['d'].nil? && @feature_flags_repository.get_change_number == notification.data['pcn']
67
68
new_split = return_split_from_json(notification)
69
- SplitIoClient::Helpers::RepositoryHelper.update_feature_flag_repository(@feature_flags_repository, [new_split], notification.data['changeNumber'], @config)
+ SplitIoClient::Helpers::RepositoryHelper.update_feature_flag_repository(@feature_flags_repository,
70
+ [new_split],
71
+ notification.data['changeNumber'], @config)
72
fetch_segments_if_not_exists(new_split)
73
74
@telemetry_runtime_producer.record_updates_from_sse(Telemetry::Domain::Constants::SPLITS)
0 commit comments