Refactor lets to consts

This commit is contained in:
James Whitmarsh 2023-06-05 22:31:12 +01:00
parent 400e62b21c
commit 0754b9ba19
50 changed files with 734 additions and 727 deletions

View file

@ -30,7 +30,7 @@ export class WebSocketService {
console.log(`Connected to ${getWsUri()}`);
if (!firstConnect) {
let res = {
const res = {
reconnect: true,
};
obs.next(res);