Skip to content

Commit 6e3e514

Browse files
removed line
1 parent 8a7d413 commit 6e3e514

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/migration/omniscript.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
657657
}
658658

659659
mappedObject[ElementMappings.PropertySet__c] = JSON.stringify(propertySet);
660-
mappedObject['Name'] = mappedObject['Name'];
661660

662661
// BATCH framework requires that each record has an "attributes" property
663662
mappedObject['attributes'] = {

0 commit comments

Comments
 (0)