Skip to content

Commit d3aae4d

Browse files
Update packages/plugin-typescript/src/lib/runner/runner.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent a84ce3d commit d3aae4d

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-typescript/src/lib/runner

1 file changed

+1
-1
lines changed

packages/plugin-typescript/src/lib/runner/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function createRunnerFunction(options: RunnerOptions): RunnerFunction {
4646
);
4747

4848
return expectedAudits.map(({ slug }) => {
49-
const { details } = result[slug as CodeRangeName] ?? {};
49+
const { details } = result[slug] ?? {};
5050

5151
const issues = details?.issues ?? [];
5252
return {

0 commit comments

Comments
 (0)