Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/src/services/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import logger from "../utils/logger.js";
* @returns A promise that resolves to a LoginServiceType object.
* @throws ExceptionFunction if an error occurs during the login process.
*/

const login = async (req: Request): Promise<LoginServiceType> => {
const srcFun = "Login";
/*
Expand Down
1 change: 0 additions & 1 deletion api/src/services/contentful.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import jsonpath from "jsonpath";
import pLimit from 'p-limit';
import { JSDOM } from "jsdom";
import { jsonToHtml, jsonToMarkdown, htmlToJson } from '@contentstack/json-rte-serializer';

import { CHUNK_SIZE, LOCALE_MAPPER, MIGRATION_DATA_CONFIG } from "../constants/index.js";
import { Locale } from "../models/types.js";
import jsonRTE from "./contentful/jsonRTE.js";
Expand Down
1 change: 0 additions & 1 deletion api/src/services/sitecore.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import customLogger from '../utils/custom-logger.utils.js';


const append = "a";

const baseDirName = MIGRATION_DATA_CONFIG.DATA
const {
ENTRIES_DIR_NAME,
Expand Down
2 changes: 0 additions & 2 deletions api/src/services/wordpress.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const virtualConsole = new jsdom.VirtualConsole();
// Get the current file's path
const __filename = fileURLToPath(import.meta.url);



// Get the current directory
const __dirname = path.dirname(__filename);

Expand Down