2
0
Kristian Vos 3 жил өмнө
parent
commit
6c0970c8dc

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

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