fix linting

This commit is contained in:
mrjvs 2024-01-25 22:27:54 +01:00
parent 4af2d32b72
commit 26b46876c5
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export const metricsRouter = makeRouter((app) => {
if (body.tool) { if (body.tool) {
getMetrics().toolMetrics.inc({ getMetrics().toolMetrics.inc({
tool: body.tool tool: body.tool,
}); });
} }