Skip to content

Commit 528461a

Browse files
committed
workflow check
1 parent 18dfbfa commit 528461a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
},
119119
plugins: {
120120
"@typescript-eslint": tsPlugin,
121+
"import": require("eslint-plugin-import"),
121122
},
122123
rules: {
123124
"no-unused-vars": "warn",

api/src/services/contentful.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { getAllLocales, getLogMessage } from "../utils/index.js";
1515
import customLogger from "../utils/custom-logger.utils.js";
1616

1717

18+
1819
const {
1920
DATA,
2021
// DIR

0 commit comments

Comments
 (0)