소스 검색

refactor: eslint fixes

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 }
 											});
-									})
+									});
 								});
 						});
 					}