diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/prometheus-exporter/prometheus-exporter.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/prometheus-exporter/prometheus-exporter.ts index fa119b0ee53..ba705e04327 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/prometheus-exporter/prometheus-exporter.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/prometheus-exporter/prometheus-exporter.ts @@ -13,7 +13,6 @@ export interface IPrometheusExporterOptions { export class PrometheusExporter { public readonly metricsPollingIntervalInMin: number; - public readonly transactions: Transactions = { counter: 0, totalTime: 0,