Skip to content

Commit 1952d9d

Browse files
committed
polish
1 parent b7013d4 commit 1952d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/splitclient-rb/helpers/repository_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def self.update_feature_flag_repository(feature_flag_repository, feature_flags,
1313
next
1414
end
1515

16-
feature_flag = self.check_impressions_disabled(feature_flag, config)
16+
feature_flag = check_impressions_disabled(feature_flag, config)
1717

1818
config.logger.debug("storing feature flag (#{feature_flag[:name]})") if config.debug_enabled
1919
to_add.push(feature_flag)

0 commit comments

Comments
 (0)