mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
📎 Fix linter issues.
This commit is contained in:
parent
9f0e156916
commit
79e5716f36
4 changed files with 6 additions and 12 deletions
|
@ -67,7 +67,7 @@
|
|||
created-at (dt/now)
|
||||
|
||||
on-terminate
|
||||
(fn [& args]
|
||||
(fn [& _args]
|
||||
(when (compare-and-set! terminated false true)
|
||||
(call-mtx metrics :connections {:cmd :dec :by 1})
|
||||
(call-mtx metrics :sessions {:val (/ (inst-ms (dt/diff created-at (dt/now))) 1000.0)})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue