소스 검색

fix: Typo

Owen Diffey 2 년 전
부모
커밋
8701f863d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/logic/stations.js

+ 1 - 1
backend/logic/stations.js

@@ -941,7 +941,7 @@ class _StationsModule extends CoreClass {
 											if (
 												!users.includes(socket.session.userId) &&
 												(socket.session.stationState !== "participate" ||
-													station.currentSong.skippedAt.includes(socket.session.userId))
+													station.currentSong.skipVotes.includes(socket.session.userId))
 											)
 												users.push(socket.session.userId);
 										}