Skip to content

Commit 186df25

Browse files
authored
Merge pull request #633 from contentstack/feature/workflow
test for workflow
2 parents bafbcf6 + 1e08a71 commit 186df25

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

api/src/services/contentful.service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ import { getAllLocales, getLogMessage } from "../utils/index.js";
1515
import customLogger from "../utils/custom-logger.utils.js";
1616

1717

18-
19-
20-
2118
const {
2219
DATA,
2320
// DIR

api/src/services/sitecore.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import customLogger from '../utils/custom-logger.utils.js';
1414
import { getSafePath } from '../utils/sanitize-path.utils.js';
1515

1616

17-
18-
1917
const append = 'a';
2018
const baseDirName = MIGRATION_DATA_CONFIG.DATA;
2119
const {

api/src/services/wordpress.service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ import { v4 as uuidv4 } from "uuid";
1111
import { orgService } from "./org.service.js";
1212

1313

14-
15-
16-
1714
const { JSDOM } = jsdom;
1815
const virtualConsole = new jsdom.VirtualConsole();
1916
// Get the current file's path

0 commit comments

Comments
 (0)