Skip to content

Commit

Permalink
make fetch compatible with CollectorFetchMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Nov 23, 2020
1 parent fd9f504 commit 030343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/usage_collection/server/collector/collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class Collector<
public readonly extendFetchContext: CollectorOptionsFetchExtendedContext<any>;
public readonly type: CollectorOptions<TFetchReturn, UFormatBulkUploadPayload, any>['type'];
public readonly init?: CollectorOptions<TFetchReturn, UFormatBulkUploadPayload, any>['init'];
public readonly fetch: CollectorFetchMethod<any, TFetchReturn, ExtraOptions>;
public readonly fetch: CollectorFetchMethod<boolean | undefined, TFetchReturn, ExtraOptions>;
public readonly isReady: CollectorOptions<TFetchReturn, UFormatBulkUploadPayload, any>['isReady'];
private readonly _formatForBulkUpload?: CollectorFormatForBulkUpload<
TFetchReturn,
Expand Down

0 comments on commit 030343d

Please sign in to comment.