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
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment