Skip to content

Commit 015208e

Browse files
authored
Merge pull request #524 from contentstack/feature/workflow
workflow check
2 parents 9be1997 + 47dd4db commit 015208e

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

api/src/services/auth.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import logger from "../utils/logger.js";
2121
* @returns A promise that resolves to a LoginServiceType object.
2222
* @throws ExceptionFunction if an error occurs during the login process.
2323
*/
24+
2425
const login = async (req: Request): Promise<LoginServiceType> => {
2526
const srcFun = "Login";
2627
/*

api/src/services/contentful.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import pLimit from 'p-limit';
99
import { JSDOM } from "jsdom";
1010
import { jsonToHtml, jsonToMarkdown, htmlToJson } from '@contentstack/json-rte-serializer';
1111

12-
1312
import { CHUNK_SIZE, LOCALE_MAPPER, MIGRATION_DATA_CONFIG } from "../constants/index.js";
1413
import { Locale } from "../models/types.js";
1514
import jsonRTE from "./contentful/jsonRTE.js";

api/src/services/sitecore.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import customLogger from '../utils/custom-logger.utils.js';
1212

1313
const append = "a";
1414

15-
1615
const baseDirName = MIGRATION_DATA_CONFIG.DATA
1716
const {
1817
ENTRIES_DIR_NAME,

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)