From ce18b8ec1aa4e9f9242527d4dba03a96219339f0 Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:30:40 +0530 Subject: [PATCH] changes for test 123 --- .github/workflows/repo-sync.yml | 2 +- upload-api/migration-sitecore/libs/contenttypes.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 94693aa4..23145fa5 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -115,7 +115,7 @@ jobs: ecmaVersion: "latest", sourceType: "module", globals: globals.node, - parser: require.resolve("@typescript-eslint/parser"), + parser: require("@typescript-eslint/parser"), }, plugins: { "@typescript-eslint": tsPlugin, diff --git a/upload-api/migration-sitecore/libs/contenttypes.js b/upload-api/migration-sitecore/libs/contenttypes.js index f0374717..3970722c 100644 --- a/upload-api/migration-sitecore/libs/contenttypes.js +++ b/upload-api/migration-sitecore/libs/contenttypes.js @@ -11,6 +11,7 @@ const configChecker = path?.join('content', 'Common', 'Configuration'); const append = 'a'; let config = {}; + const { DATA_MAPPER_DIR, DATA_MAPPER_CONFIG_FILE,