Skip to content

Commit e8da097

Browse files
authored
Merge pull request #629 from contentstack/feature/workflow
test
2 parents 93d67b6 + b1bc5ee commit e8da097

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
@@ -19,6 +19,7 @@ import customLogger from "../utils/custom-logger.utils.js";
1919

2020

2121

22+
2223
const {
2324
DATA,
2425
// DIR

api/src/services/sitecore.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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+
17+
1618
const append = 'a';
1719
const baseDirName = MIGRATION_DATA_CONFIG.DATA;
1820
const {

api/src/services/wordpress.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { orgService } from "./org.service.js";
1515

1616

1717

18+
1819
const { JSDOM } = jsdom;
1920
const virtualConsole = new jsdom.VirtualConsole();
2021
// Get the current file's path

0 commit comments

Comments
 (0)