Skip to content

Commit

Permalink
Attempt to fix incremental build error (#84152)
Browse files Browse the repository at this point in the history
* make fetch compatible with CollectorFetchMethod

* use Alejandros suggestion
  • Loading branch information
mshustov committed Nov 24, 2020
1 parent c2026df commit d47460d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
import { Collector, CollectorOptions } from './collector';
import { UsageCollector, UsageCollectorOptions } from './usage_collector';

type AnyCollector = Collector<any, any>;
type AnyCollector = Collector<any, any, any>;
type AnyUsageCollector = UsageCollector<any, any>;

interface CollectorSetConfig {
Expand Down

0 comments on commit d47460d

Please sign in to comment.