Skip to content

Commit f8915bb

Browse files
committed
Remove unneeded mutations of augmentationProperties
1 parent dded64e commit f8915bb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/init-action.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config-utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,8 +1157,6 @@ export async function initConfig(inputs: InitConfigInputs): Promise<Config> {
11571157
config.computedConfig["disable-default-queries"] = true;
11581158
config.computedConfig.queries = queries;
11591159
config.computedConfig["query-filters"] = [];
1160-
config.augmentationProperties.extraQueryExclusions = [];
1161-
config.augmentationProperties.queriesInput = undefined;
11621160
}
11631161

11641162
// The choice of overlay database mode depends on the selection of languages

0 commit comments

Comments
 (0)