We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec52ee5 commit 743cbfaCopy full SHA for 743cbfa
tests/accuracy/sdk/parameterScorer.ts
@@ -41,7 +41,7 @@ export const ParameterScorers = {
41
const hasNonEmptyAdditions = additions.some((diff) => {
42
const diffPaths = pathComponentsToFullPaths(diff.path);
43
const considerablePathHasAdditions = diffPaths.some((diffPath) => paths.includes(diffPath));
44
- const valueAtPath = diff.value;
+ const valueAtPath = diff.value as unknown;
45
return (
46
considerablePathHasAdditions &&
47
!(
0 commit comments