Skip to content
Snippets Groups Projects
Commit 6c9fcbd1 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

lint fix

parent 9481a8f7
No related branches found
No related tags found
1 merge request!1Master to main
...@@ -100,6 +100,7 @@ export class Metrics { ...@@ -100,6 +100,7 @@ export class Metrics {
inc[label] = value inc[label] = value
this._customMetrics[name].inc(inc) this._customMetrics[name].inc(inc)
} }
public decCustomMetric = (name: string, label: string, value: string): void => { public decCustomMetric = (name: string, label: string, value: string): void => {
const dec: any = {} const dec: any = {}
dec[label] = value dec[label] = value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment