mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 11:03:27 +00:00
fix linting
This commit is contained in:
@@ -68,7 +68,7 @@ export const metricsRouter = makeRouter((app) => {
|
||||
|
||||
if (body.tool) {
|
||||
getMetrics().toolMetrics.inc({
|
||||
tool: body.tool
|
||||
tool: body.tool,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user