Kristian Vos пре 3 година
родитељ
комит
6c0970c8dc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      backend/logic/actions/stations.js

+ 1 - 1
backend/logic/actions/stations.js

@@ -78,7 +78,7 @@ CacheModule.runJob("SUB", {
 											socket.dispatch("event:station.userCount.updated", {
 												data: { stationId, count }
 											});
-									})
+									});
 								});
 						});
 					}