Skip to content

Commit ec5ce54

Browse files
committed
check
1 parent d855bd8 commit ec5ce54

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
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
@@ -10,7 +10,6 @@ import { getLogMessage } from '../utils/index.js';
1010
import customLogger from '../utils/custom-logger.utils.js';
1111

1212

13-
1413
const append = "a";
1514
const baseDirName = MIGRATION_DATA_CONFIG.DATA
1615
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 customLogger from "../utils/custom-logger.utils.js";
1010
import { getLogMessage } from "../utils/index.js";
1111
import { Advanced } from "../models/FieldMapper.js";
1212

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

0 commit comments

Comments
 (0)