We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2896cff commit 75342e3Copy full SHA for 75342e3
packages/contentstack-import/src/import/module-importer.ts
@@ -57,6 +57,7 @@ class ModuleImporter {
57
'extensions',
58
'workflows',
59
'custom-roles',
60
+ 'assets'
61
].includes(this.importConfig.moduleName))
62
) {
63
if (!(await this.auditImportData(logger))) {
0 commit comments