Skip to content

Commit 55b4e25

Browse files
committed
changes for test 123
1 parent 43cac47 commit 55b4e25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
ecmaVersion: "latest",
116116
sourceType: "module",
117117
globals: globals.node,
118-
parser: require.resolve("@typescript-eslint/parser"),
118+
parser: require("@typescript-eslint/parser"),
119119
},
120120
plugins: {
121121
"@typescript-eslint": tsPlugin,

upload-api/migration-sitecore/libs/contenttypes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const configChecker = path?.join('content', 'Common', 'Configuration');
1111
const append = 'a';
1212
let config = {};
1313

14+
1415
const {
1516
DATA_MAPPER_DIR,
1617
DATA_MAPPER_CONFIG_FILE,

0 commit comments

Comments
 (0)