Skip to content

Commit 1238a8d

Browse files
fix: warnings
1 parent ef0d5b5 commit 1238a8d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/migration/related/ApexMigration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {
1212
SingleTokenUpdate,
1313
TokenUpdater,
1414
} from '../../utils/apex/parser/apexparser';
15-
import { MigrationResult } from '../interfaces';
1615
import { sfProject } from '../../utils/sfcli/project/sfProject';
1716
import { fileutil, File } from '../../utils/file/fileutil';
1817
import { Logger } from '../../utils/logger';

src/migration/related/LwcMigration.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,4 @@ export class LwcMigration extends BaseRelatedObjectMigration {
104104
private isValideFile(filename: string): boolean {
105105
return !filename.includes('_def') && !filename.includes('styleDefinition') && !filename.includes('definition');
106106
}
107-
108-
private mapToName(lwcAssessmentInfos: LWCAssessmentInfo[]): string[] {
109-
return lwcAssessmentInfos.map((lwcAssessmentInfo) => {
110-
return lwcAssessmentInfo.name;
111-
});
112-
}
113107
}

0 commit comments

Comments
 (0)