Skip to content

Commit b35b085

Browse files
committed
workflow checking
1 parent 17128e8 commit b35b085

File tree

16 files changed

+11
-5
lines changed

16 files changed

+11
-5
lines changed

api/src/services/contentful.service.ts

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

337336
// 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
@@ -314,7 +314,6 @@ function parseBlockAsset(obj: any, lang?: LangType, destination_stack_id?: Stack
314314
};
315315
}
316316

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

api/src/services/sitecore.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { orgService } from './org.service.js';
99
import { getLogMessage } from '../utils/index.js';
1010
import customLogger from '../utils/custom-logger.utils.js';
1111

12+
1213
const append = "a";
1314

1415
const baseDirName = MIGRATION_DATA_CONFIG.DATA

api/src/services/wordpress.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import customLogger from "../utils/custom-logger.utils.js";
1010
import { getLogMessage } from "../utils/index.js";
1111
import { Advanced } from "../models/FieldMapper.js";
1212

13-
1413
const { JSDOM } = jsdom;
1514
const virtualConsole = new jsdom.VirtualConsole();
1615
// Get the current file's path

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,4 +4,5 @@
44
"contentful": "contentfulSchema"
55
},
66
"fileName": "en-us.json"
7+
78
}

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
module.exports = {
4748
MIGRATION_DATA_CONFIG
4849
};

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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default {
1313
buketKey: 'project/package 45.zip'
1414
},
1515

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

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)