Skip to content

Commit d47460d

Browse files
authored
Attempt to fix incremental build error (#84152)
* make fetch compatible with CollectorFetchMethod * use Alejandros suggestion
1 parent c2026df commit d47460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/usage_collection/server/collector/collector_set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
import { Collector, CollectorOptions } from './collector';
3030
import { UsageCollector, UsageCollectorOptions } from './usage_collector';
3131

32-
type AnyCollector = Collector<any, any>;
32+
type AnyCollector = Collector<any, any, any>;
3333
type AnyUsageCollector = UsageCollector<any, any>;
3434

3535
interface CollectorSetConfig {

0 commit comments

Comments
 (0)