From 6c9fcbd1f11a81bf81ea9e146b13e06ff6dfdca9 Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Wed, 10 Jun 2020 14:23:17 +0200
Subject: [PATCH] lint fix

---
 src/index.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/index.ts b/src/index.ts
index 3373c1a..5d4716e 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -100,6 +100,7 @@ export class Metrics {
     inc[label] = value
     this._customMetrics[name].inc(inc)
   }
+
   public decCustomMetric = (name: string, label: string, value: string): void => {
     const dec: any = {}
     dec[label] = value
-- 
GitLab