Fix typos and translate comments to English.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-09-22 14:45:41 +03:00
parent e2c241f4a8
commit 551f57b03b
2 changed files with 24 additions and 24 deletions

View file

@ -98,7 +98,7 @@ if (Meteor.isServer) {
// console.log('meteor session', socket._meteorSession.userId),
// );
// update last connected user date (neddeed for one of the KPI)
// update last connected user date (needed for one of the KPI)
Meteor.server.stream_server.open_sockets.forEach(
(socket) =>
//console.log('meteor session', socket._meteorSession.userId),