mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 13:13:25 +00:00
fix linting
This commit is contained in:
@@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user