Skip to content

Commit 987fad1

Browse files
authored
Update radiator_window.ts
changed let to const
1 parent 53ecdb9 commit 987fad1

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
@@ -54,7 +54,7 @@ const checkIsWindowOpen = (room : GroupType):boolean => {
5454
}
5555

5656
const deactivateAllRadiators = (rooms:GroupType[]) => {
57-
for (let room of rooms) {
57+
for (const room of rooms) {
5858
deactivateRadiator(room);
5959
}
6060
}

0 commit comments

Comments
 (0)