Skip to content

Commit 8e80043

Browse files
committed
workflow testing
1 parent bd959b6 commit 8e80043

File tree

15 files changed

+7
-8
lines changed

15 files changed

+7
-8
lines changed

api/src/services/contentful.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ const processField = (
333333
}
334334

335335

336-
337336
};
338337

339338
// Helper function to clean up brackets in non-numeric lang_value

api/src/services/contentful/jsonRTE.ts

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

317317

318318

319-
320319
function parseBlockquote(obj: any): any {
321320
const children = obj.content.map((e: any) => parsers.get(e.nodeType)?.(e)).filter(Boolean);
322321
return {

api/src/services/sitecore.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import customLogger from '../utils/custom-logger.utils.js';
1212

1313
const append = "a";
1414

15-
1615
const baseDirName = MIGRATION_DATA_CONFIG.DATA
1716
const {
1817
ENTRIES_DIR_NAME,

api/src/services/wordpress.service.ts

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

1919

20-
2120
// Get the current directory
2221
const __dirname = path.dirname(__filename);
2322

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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
"fileName": "en-us.json"
77

88

9-
109
}

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

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

46-
4746

4847
module.exports = {
4948
MIGRATION_DATA_CONFIG

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

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

50-
5150

5251
}
5352
}

upload-api/src/config/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default {
1414
},
1515

1616

17-
1817

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

upload-api/src/models/contentful.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
"name": "roles",
3232
"required": "false"
3333
}
34+
3435
}

0 commit comments

Comments
 (0)