File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,9 +389,9 @@ const parseHoldoutsConfig = (projectConfig: ProjectConfig): void => {
389389
390390 projectConfig . holdouts . forEach ( ( holdout ) => {
391391
392- // Original design of the global holdouts made use of the includeFlags and excludeFlags fields to identify local holdouts.
393- // But this was never released. In the current design, these fields are no longer user . These fields are kept
394- // and assinged empty array to keep the published type `Holdout` unchanged.
392+ // Original design of holdouts made use of the includeFlags and excludeFlags fields to identify local holdouts.
393+ // But this was never released. In the current design, these fields are no longer used . These fields are kept
394+ // and assigned empty array to keep the published type `Holdout` unchanged.
395395 holdout . includedFlags = [ ] ;
396396 holdout . excludedFlags = [ ] ;
397397 holdout . variationKeyMap = keyBy ( holdout . variations , 'key' ) ;
You can’t perform that action at this time.
0 commit comments