Gate config export behind a feature flag

This commit is contained in:
Henry Mercer 2023-03-09 16:44:45 +00:00
parent 4b1f530308
commit fc1366f6ec
18 changed files with 74 additions and 55 deletions

View file

@ -368,7 +368,8 @@ export async function runQueries(
threadsFlag,
enableDebugLogging ? "-vv" : "-v",
automationDetailsId,
config
config,
featureEnablement
);
}