Skip to content

Commit 7104b99

Browse files
committed
Rename method
1 parent 49b06b9 commit 7104b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/knip/src/IssueFixer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class IssueFixer {
3636
return touchedFiles;
3737
}
3838

39-
private markExportFixed(issues: Issues, filePath: string) {
39+
private markExportIssuesFixed(issues: Issues, filePath: string) {
4040
const relPath = relative(this.options.cwd, filePath);
4141

4242
const types = [
@@ -80,7 +80,7 @@ export class IssueFixer {
8080

8181
touchedFiles.add(filePath);
8282

83-
this.markExportFixed(issues, filePath);
83+
this.markExportIssuesFixed(issues, filePath);
8484
}
8585
}
8686
return touchedFiles;

0 commit comments

Comments
 (0)