Replace all "var" usage with const and/or let
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
var readout = msg.duration
|
||||
const readout = msg.duration
|
||||
|
||||
msg.duration = +readout.toFixed(0)
|
||||
|
||||
|
Reference in New Issue
Block a user