fix linting

This commit is contained in:
mrjvs
2024-01-25 22:27:54 +01:00
parent 4af2d32b72
commit 26b46876c5

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,
}); });
} }