Skip to content

Commit

Permalink
updated asset import folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqd959 committed Nov 6, 2023
1 parent d13ef09 commit bf33e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-import/src/import/modules/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export default class ImportAssets extends BaseClass {
// 3. Replace matched assets
this.rootFolder = {
uid: uuid(),
name: `Assets-${formatDate()}`,
name: `Import-${formatDate()}`,
parent_uid: null,
created_at: null,
};
Expand Down

0 comments on commit bf33e7a

Please sign in to comment.