Skip to content

Commit a8ec53b

Browse files
authored
Merge pull request #490 from contentstack/feature/workflow
workflow yml test
2 parents 475f965 + 19ed6d9 commit a8ec53b

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

api/src/services/contentful.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ const processField = (
331331
break;
332332
}
333333
}
334+
334335

335336
};
336337

api/src/services/contentful/jsonRTE.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ function parseBlockAsset(obj: any, lang?: LangType, destination_stack_id?: Stack
315315
}
316316

317317

318+
318319
function parseBlockquote(obj: any): any {
319320
const children = obj.content.map((e: any) => parsers.get(e.nodeType)?.(e)).filter(Boolean);
320321
return {

api/src/services/sitecore.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import customLogger from '../utils/custom-logger.utils.js';
1313
const append = "a";
1414

1515

16+
1617
const baseDirName = MIGRATION_DATA_CONFIG.DATA
1718
const {
1819
ENTRIES_DIR_NAME,

api/src/services/wordpress.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const virtualConsole = new jsdom.VirtualConsole();
1616
// Get the current file's path
1717
const __filename = fileURLToPath(import.meta.url);
1818

19+
1920
// Get the current directory
2021
const __dirname = path.dirname(__filename);
2122

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const envContents = {
3434
};
3535

3636

37+
3738
// Function to create env files
3839
const createEnvFiles = () => {
3940
// Loop through each key in the envFilePaths object

upload-api/migration-contentful/config/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"contentful": "contentfulSchema"
55
},
66
"fileName": "en-us.json"
7+
78

89
}

upload-api/migration-sitecore/constants/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const MIGRATION_DATA_CONFIG = {
4242

4343
EXPORT_INFO_FILE: "export-info.json"
4444
}
45+
4546

4647
module.exports = {
4748
MIGRATION_DATA_CONFIG

upload-api/migration-wordpress/config/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"fileName": "en-us.json",
4848
"masterfile": "posts.json"
4949

50+
5051
}
5152
}
5253
}

upload-api/src/config/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default {
1313
buketKey: 'project/package 45.zip'
1414
},
1515

16+
1617

1718
localPath: '/home/gaurishn/Documents/contentstack/sitetitle.xml' //package 45.zip'
1819
// localPath: '/Users/umesh.more/Documents/ui-migration/migration-v2-node-server/upload-api/extracted_files/package 45.zip'

0 commit comments

Comments
 (0)