Skip to content

Commit cd867b1

Browse files
authored
Merge pull request #645 from contentstack/feature/workflow
PR break
2 parents 08b043e + 82ecda2 commit cd867b1

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

api/src/services/contentful.service.ts

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

1717

18+
1819
const {
1920
DATA,
2021
// DIR

api/src/services/sitecore.service.ts

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

1616

17+
18+
1719
const append = 'a';
1820
const baseDirName = MIGRATION_DATA_CONFIG.DATA;
1921
const {

api/src/services/wordpress.service.ts

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

13+
1314
const { JSDOM } = jsdom;
1415
const virtualConsole = new jsdom.VirtualConsole();
1516
// Get the current file's path

0 commit comments

Comments
 (0)