diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index ae25f5cd2..f2ac20ef7 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -162,7 +162,9 @@ jobs: fi # Remove unused imports - npx ts-remove-unused-imports + npx ts-remove-unused-imports api/ + npx ts-remove-unused-imports ui/ + npx ts-remove-unused-imports upload-api/ # Remove missing imports npx ts-prune | awk '{print $1}' | xargs -I {} sed -i '/import/d' {} diff --git a/api/src/services/sitecore.service.ts b/api/src/services/sitecore.service.ts index 2ba20de07..f64bcad6a 100644 --- a/api/src/services/sitecore.service.ts +++ b/api/src/services/sitecore.service.ts @@ -9,7 +9,6 @@ import { orgService } from './org.service.js'; import { getLogMessage } from '../utils/index.js'; import customLogger from '../utils/custom-logger.utils.js'; - const append = "a"; const baseDirName = MIGRATION_DATA_CONFIG.DATA const {