We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 655bc03 + e8b76f6 commit cccf7ddCopy full SHA for cccf7dd
.github/workflows/repo-sync.yml
@@ -162,7 +162,9 @@ jobs:
162
fi
163
164
# Remove unused imports
165
- npx ts-remove-unused-imports
+ npx ts-remove-unused-imports api/
166
+ npx ts-remove-unused-imports ui/
167
+ npx ts-remove-unused-imports upload-api/
168
169
# Remove missing imports
170
npx ts-prune | awk '{print $1}' | xargs -I {} sed -i '/import/d' {}
api/src/services/sitecore.service.ts
@@ -9,7 +9,6 @@ import { orgService } from './org.service.js';
9
import { getLogMessage } from '../utils/index.js';
10
import customLogger from '../utils/custom-logger.utils.js';
11
12
-
13
const append = "a";
14
const baseDirName = MIGRATION_DATA_CONFIG.DATA
15
const {
0 commit comments