mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Do not await the incrementCounter usage call (#123152)
This commit is contained in:
parent
426ac6a012
commit
74ef3238fc
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ export async function internalBulkResolve<T>(
|
|||
}
|
||||
);
|
||||
|
||||
await incrementCounterInternal(
|
||||
incrementCounterInternal(
|
||||
CORE_USAGE_STATS_TYPE,
|
||||
CORE_USAGE_STATS_ID,
|
||||
resolveCounter.getCounterFields(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue