Skip to content

Commit 070ed55

Browse files
authored
Merge pull request #529 from contentstack/feature/workflow
workflow changes round 1
2 parents 060ab2b + 4623a8a commit 070ed55

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

api/src/services/auth.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ 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-
2524
const login = async (req: Request): Promise<LoginServiceType> => {
2625
const srcFun = "Login";
2726
/*

api/src/services/contentful.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import jsonpath from "jsonpath";
88
import pLimit from 'p-limit';
99
import { JSDOM } from "jsdom";
1010
import { jsonToHtml, jsonToMarkdown, htmlToJson } from '@contentstack/json-rte-serializer';
11-
1211
import { CHUNK_SIZE, LOCALE_MAPPER, MIGRATION_DATA_CONFIG } from "../constants/index.js";
1312
import { Locale } from "../models/types.js";
1413
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
@@ -11,7 +11,6 @@ import customLogger from '../utils/custom-logger.utils.js';
1111

1212

1313
const append = "a";
14-
1514
const baseDirName = MIGRATION_DATA_CONFIG.DATA
1615
const {
1716
ENTRIES_DIR_NAME,

api/src/services/wordpress.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ const virtualConsole = new jsdom.VirtualConsole();
1515
// Get the current file's path
1616
const __filename = fileURLToPath(import.meta.url);
1717

18-
19-
2018
// Get the current directory
2119
const __dirname = path.dirname(__filename);
2220

0 commit comments

Comments
 (0)