Skip to content

Commit e5a9541

Browse files
committed
refactor: enhance Dockerfiles and entrypoint scripts, update dependencies, and improve error handling in migration services
1 parent 5d0cd28 commit e5a9541

File tree

1 file changed

+1
-0
lines changed
  • upload-api/src/controllers/sitecore

1 file changed

+1
-0
lines changed

upload-api/src/controllers/sitecore/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const sendRequestWithRetry = async <T = any>(params: RequestParams): Promise<Axi
120120
const createSitecoreMapper = async (filePath: string = "", projectId: string | string[], app_token: string | string[], affix: string | string[], config: object) => {
121121
try {
122122
const newPath = path.join(filePath, 'items');
123+
console.log("🚀 ~ createSitecoreMapper ~ newPath:", newPath)
123124
await ExtractFiles(newPath);
124125
const localeData = await extractLocales(path.join(filePath, 'items', 'master', 'sitecore', 'content'));
125126
await createLocaleSource?.({ app_token, localeData, projectId });

0 commit comments

Comments
 (0)