From 528461a1e9a707ca73aeab838ee9fea063116639 Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Wed, 23 Apr 2025 11:42:59 +0530 Subject: [PATCH] workflow check --- .github/workflows/repo-sync.yml | 1 + api/src/services/contentful.service.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 06d30bed8..d2f5bfe27 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -118,6 +118,7 @@ jobs: }, plugins: { "@typescript-eslint": tsPlugin, + "import": require("eslint-plugin-import"), }, rules: { "no-unused-vars": "warn", diff --git a/api/src/services/contentful.service.ts b/api/src/services/contentful.service.ts index 62cf4e5b2..3e8bc410e 100644 --- a/api/src/services/contentful.service.ts +++ b/api/src/services/contentful.service.ts @@ -15,6 +15,7 @@ import { getAllLocales, getLogMessage } from "../utils/index.js"; import customLogger from "../utils/custom-logger.utils.js"; + const { DATA, // DIR