Fix dependency cycle between util and config-utils
This commit is contained in:
parent
d577d6f6b1
commit
004f976bef
21 changed files with 283 additions and 288 deletions
2
lib/analyze-action.js
generated
2
lib/analyze-action.js
generated
|
|
@ -54,7 +54,7 @@ async function sendStatusReport(startedAt, config, stats, error, trapCacheUpload
|
|||
...statusReportBase,
|
||||
...(config
|
||||
? {
|
||||
ml_powered_javascript_queries: util.getMlPoweredJsQueriesStatus(config),
|
||||
ml_powered_javascript_queries: (0, config_utils_1.getMlPoweredJsQueriesStatus)(config),
|
||||
}
|
||||
: {}),
|
||||
...(stats || {}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue