Explorar o código

refactor: eslint fixes

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
6c0970c8dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }
 											});
-									})
+									});
 								});
 						});
 					}