Replace all "var" usage with const and/or let

This commit is contained in:
2024-02-13 13:59:21 -05:00
parent c70268b854
commit e666b306fa
13 changed files with 263 additions and 20 deletions

View File

@ -1,4 +1,4 @@
var readout = msg.duration
const readout = msg.duration
msg.duration = +readout.toFixed(0)