Refactor lets to consts
This commit is contained in:
parent
400e62b21c
commit
0754b9ba19
50 changed files with 734 additions and 727 deletions
|
|
@ -30,7 +30,7 @@ export class WebSocketService {
|
|||
console.log(`Connected to ${getWsUri()}`);
|
||||
|
||||
if (!firstConnect) {
|
||||
let res = {
|
||||
const res = {
|
||||
reconnect: true,
|
||||
};
|
||||
obs.next(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue