File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments