Skip to content

Commit b888897

Browse files
fix: comment
1 parent 2395747 commit b888897

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/migration/omniscript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
19781978
elementName?: string
19791979
): void {
19801980
switch (elementType) {
1981-
case Constants.OmniScriptElement:
1981+
case Constants.OmniScriptComponentName:
19821982
this.processOmniScriptAction(propSet);
19831983
break;
19841984
case Constants.IntegrationProcedureAction:

src/utils/constants/stringContants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export const Constants = {
5252
PDFAction: 'PDF Action',
5353
RemoteAction: 'Remote Action',
5454
StepElement: 'Step',
55-
OmniScriptElement: 'OmniScript',
5655
CustomLightningWebComponent: 'Custom Lightning Web Component',
5756

5857
// artifacts persistance folder names

0 commit comments

Comments
 (0)