mirror of
https://github.com/sussy-code/backend.git
synced 2026-01-11 20:10:18 +00:00
fix linting
This commit is contained in:
parent
4af2d32b72
commit
26b46876c5
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export const metricsRouter = makeRouter((app) => {
|
|||
|
||||
if (body.tool) {
|
||||
getMetrics().toolMetrics.inc({
|
||||
tool: body.tool
|
||||
tool: body.tool,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue