Skip to content

Commit a9cd8e3

Browse files
committed
workflow check
1 parent c86a6ad commit a9cd8e3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

api/src/services/contentful.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ 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+
1718
const {
1819
DATA,
1920
// DIR

api/src/services/sitecore.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 customLogger from '../utils/custom-logger.utils.js';
1111

1212

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