Skip to content

Commit d3d349d

Browse files
authored
Merge pull request #630 from contentstack/feature/workflow
test 123
2 parents 7ec8522 + 45d3e83 commit d3d349d

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

api/src/services/contentful.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import customLogger from "../utils/custom-logger.utils.js";
1818

1919

2020

21-
22-
2321
const {
2422
DATA,
2523
// DIR

api/src/services/sitecore.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { getSafePath } from '../utils/sanitize-path.utils.js';
1515

1616

1717

18+
1819
const append = 'a';
1920
const baseDirName = MIGRATION_DATA_CONFIG.DATA;
2021
const {

api/src/services/wordpress.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import { orgService } from "./org.service.js";
1414

1515

1616

17-
18-
1917
const { JSDOM } = jsdom;
2018
const virtualConsole = new jsdom.VirtualConsole();
2119
// Get the current file's path

0 commit comments

Comments
 (0)