Skip to content
Snippets Groups Projects
Commit 996deb53 authored by Moritz Langenstein's avatar Moritz Langenstein
Browse files

(ml5717) Use const instead of let

parent 7433f23a
No related branches found
No related tags found
1 merge request!47Partial Mesh and connection stability
Pipeline #103463 passed
......@@ -251,7 +251,7 @@ function extend(Y) {
})
}
for (let f of this.userEventListeners) {
for (const f of this.userEventListeners) {
f({
action: "userConnection",
quality:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment