Skip to content

Commit 7d51438

Browse files
authored
Merge pull request #653 from contentstack/feature/workflow
test for workflow
2 parents 9781b7b + 2920b36 commit 7d51438

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

api/src/services/contentful.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import jsonRTE from "./contentful/jsonRTE.js";
1414
import { getAllLocales, getLogMessage } from "../utils/index.js";
1515
import customLogger from "../utils/custom-logger.utils.js";
1616

17-
1817
const {
1918
DATA,
2019
// DIR

api/src/services/sitecore.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { getLogMessage } from '../utils/index.js';
1313
import customLogger from '../utils/custom-logger.utils.js';
1414
import { getSafePath } from '../utils/sanitize-path.utils.js';
1515

16-
1716
const append = 'a';
1817
const baseDirName = MIGRATION_DATA_CONFIG.DATA;
1918
const {

api/src/services/wordpress.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { getLogMessage } from "../utils/index.js";
1010
import { v4 as uuidv4 } from "uuid";
1111
import { orgService } from "./org.service.js";
1212

13-
1413
const { JSDOM } = jsdom;
1514
const virtualConsole = new jsdom.VirtualConsole();
1615
// Get the current file's path

remove-broken-imports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs');
22
const path = require('path');
33

44
const exts = ['.js', '.ts', '.tsx'];
5-
const targetDirs = ['api'];
5+
const targetDirs = ['api','ui','upload-api'];
66

77
function resolveImport(importPath, fileDir) {
88
const absPath = path.resolve(fileDir, importPath);

0 commit comments

Comments
 (0)