Skip to content

Commit da5ad92

Browse files
chore: fix
1 parent 25ba0ea commit da5ad92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/migration/omniscript.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
357357
const missingOS: string[] = [];
358358
const dependenciesRA: nameLocation[] = [];
359359
const dependenciesLWC: nameLocation[] = [];
360-
let migrationStatus: string;
361360

362361
//const missingRA: string[] = [];
363362
for (const elem of elements) {
@@ -498,7 +497,7 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
498497
const type = omniscript[this.namespacePrefix + 'IsLwcEnabled__c'] ? 'LWC' : 'Angular';
499498
if (type === 'Angular') {
500499
warnings.unshift(this.messages.getMessage('angularOSWarning'));
501-
migrationStatus = 'Need Manual Intervention';
500+
assessmentStatus = 'Need Manual Intervention';
502501
}
503502
}
504503

0 commit comments

Comments
 (0)