Skip to content

Commit 503f5c0

Browse files
committed
workflow yml test
1 parent e0b5388 commit 503f5c0

File tree

9 files changed

+7
-2
lines changed

9 files changed

+7
-2
lines changed

api/src/services/contentful.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ const processField = (
332332
}
333333
}
334334

335+
335336

336337
};
337338

api/src/services/contentful/jsonRTE.ts

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

317317

318318

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

api/src/services/sitecore.service.ts

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

1515

16-
1716
const baseDirName = MIGRATION_DATA_CONFIG.DATA
1817
const {
1918
ENTRIES_DIR_NAME,

api/src/services/wordpress.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const virtualConsole = new jsdom.VirtualConsole();
1717
const __filename = fileURLToPath(import.meta.url);
1818

1919

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

index.js

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

3636

37-
3837
// Function to create env files
3938
const createEnvFiles = () => {
4039
// 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
@@ -5,5 +5,6 @@
55
},
66
"fileName": "en-us.json"
77

8+
89

910
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const MIGRATION_DATA_CONFIG = {
4343
EXPORT_INFO_FILE: "export-info.json"
4444
}
4545

46+
4647

4748
module.exports = {
4849
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
@@ -14,6 +14,7 @@ export default {
1414
},
1515

1616

17+
1718

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

0 commit comments

Comments
 (0)