Skip to content

Commit d64f550

Browse files
Add function call argument
1 parent b62a653 commit d64f550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storages/inRedis/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function InRedisStorage(options: InRedisStorageOptions = {}): IStorageAsy
4545
});
4646

4747
return {
48-
splits: new SplitsCacheInRedis(log, keys, redisClient),
48+
splits: new SplitsCacheInRedis(log, keys, redisClient, settings.sync.__splitFiltersValidation),
4949
segments: new SegmentsCacheInRedis(log, keys, redisClient),
5050
impressions: new ImpressionsCacheInRedis(log, keys.buildImpressionsKey(), redisClient, metadata),
5151
impressionCounts: impressionCountsCache,

0 commit comments

Comments
 (0)