Gate config export behind a feature flag
This commit is contained in:
parent
4b1f530308
commit
fc1366f6ec
18 changed files with 74 additions and 55 deletions
|
|
@ -368,7 +368,8 @@ export async function runQueries(
|
|||
threadsFlag,
|
||||
enableDebugLogging ? "-vv" : "-v",
|
||||
automationDetailsId,
|
||||
config
|
||||
config,
|
||||
featureEnablement
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue