Skip to content

Commit 665a3e5

Browse files
committed
workflow test
1 parent 3aca46a commit 665a3e5

File tree

16 files changed

+1
-16
lines changed

16 files changed

+1
-16
lines changed

api/src/services/contentful.service.ts

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

335-
336335
};
337336

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

317317

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

api/src/services/sitecore.service.ts

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

12-
1312
const append = "a";
1413

1514
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
@@ -16,7 +16,6 @@ const virtualConsole = new jsdom.VirtualConsole();
1616
// Get the current file's path
1717
const __filename = fileURLToPath(import.meta.url);
1818

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

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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
"contentful": "contentfulSchema"
55
},
66
"fileName": "en-us.json"
7-
8-
97
}

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

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
localPath: '/home/gaurishn/Documents/contentstack/sitetitle.xml' //package 45.zip'
1918
// localPath: '/Users/umesh.more/Documents/ui-migration/migration-v2-node-server/upload-api/extracted_files/package 45.zip'
2019
};

upload-api/src/models/contentful.json

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

0 commit comments

Comments
 (0)