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 @@ -291,7 +291,6 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
291291 }
292292 if ( omniAssessmentInfo . type === 'OmniScript' ) {
293293 const type = omniscript [ this . namespacePrefix + 'IsLwcEnabled__c' ] ? 'LWC' : 'Angular' ;
294- let migrationStatus = 'Can be Automated' ;
295294 const osAssessmentInfo : OSAssessmentInfo = {
296295 name : omniAssessmentInfo . name ,
297296 type : type ,
@@ -308,7 +307,7 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
308307 infos : [ ] ,
309308 warnings : omniAssessmentInfo . warnings ,
310309 errors : [ ] ,
311- migrationStatus : migrationStatus ,
310+ migrationStatus : omniAssessmentInfo . migrationStatus ,
312311 nameMapping : omniAssessmentInfo . nameMapping ,
313312 } ;
314313 osAssessmentInfos . push ( osAssessmentInfo ) ;
You can’t perform that action at this time.
0 commit comments