Skip to content

Commit 0b551bb

Browse files
authored
Update radiator_window.ts
changed let to const, again!
1 parent 987fad1 commit 0b551bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radiator_window.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const deactivateAllRadiators = (rooms:GroupType[]) => {
6060
}
6161

6262
const activateAllRadiators = (rooms:GroupType[]) => {
63-
for (let room of rooms) {
63+
for (const room of rooms) {
6464
activateRadiator(room);
6565
}
6666
}

0 commit comments

Comments
 (0)