Skip to content

Commit 62405b0

Browse files
committed
fix: remove typeof that casued issues
1 parent 7f2b6e0 commit 62405b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus-consumer.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare class PrometheusConsumer extends Writable {
1515

1616
declare namespace PrometheusConsumer {
1717
export type PrometheusConsumerOptions = {
18-
client: typeof PrometheusClient;
18+
client: PrometheusClient;
1919
logger?: AbstractLogger;
2020
bucketStepFactor?: number;
2121
bucketStepCount?: number;

0 commit comments

Comments
 (0)