Skip to content

Commit a1441dc

Browse files
revert the custom role changes
1 parent ee94369 commit a1441dc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/contentstack-import/src/import/modules/custom-roles.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default class ImportCustomRoles extends BaseClass {
1515
private customRolesUidMapperPath: string;
1616
private envUidMapperFolderPath: string;
1717
private entriesUidMapperFolderPath: string;
18-
private assetsUidMapperFolderPath: string;
1918
private createdCustomRolesPath: string;
2019
private customRolesFailsPath: string;
2120
private customRolesConfig: CustomRoleConfig;
@@ -27,8 +26,6 @@ export default class ImportCustomRoles extends BaseClass {
2726
private environmentsUidMap: Record<string, unknown>;
2827
private entriesUidMap: Record<string, unknown>;
2928
private localesUidMap: Record<string, unknown>;
30-
private assetsUidMap: Record<string, unknown>;
31-
private assetsFolderUidMap: Record<string, unknown>;
3229
public targetLocalesMap: Record<string, unknown>;
3330
public sourceLocalesMap: Record<string, unknown>;
3431

@@ -64,8 +61,6 @@ export default class ImportCustomRoles extends BaseClass {
6461
this.environmentsUidMap = {};
6562
this.entriesUidMap = {};
6663
this.localesUidMap = {};
67-
this.assetsUidMap = {};
68-
this.assetsFolderUidMap = {};
6964
}
7065

7166
/**

0 commit comments

Comments
 (0)