Skip to content

Commit c6ac023

Browse files
authored
Merge pull request #169 from classmodel/bugfix-167
Fix #167
2 parents 2b4bd06 + c93840e commit c6ac023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/class-solid/src/lib/encode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function toPartial(config: ExperimentConfig): PartialExperimentConfig {
5151
reference,
5252
preset: config.preset,
5353
permutations: config.permutations.map((perm) =>
54-
pruneConfig(perm, config.reference, preset.config),
54+
pruneConfig(perm, config.reference),
5555
),
5656
observations: config.observations,
5757
};

0 commit comments

Comments
 (0)