소스 검색

Fix incorrect arrow notation

tags/v0.1.2^2
Paul Holden 7 년 전
부모
커밋
64c637c9a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/server/components/social.js

+ 1
- 1
src/server/components/social.js 파일 보기

@@ -182,7 +182,7 @@ define([
}

// Only add if not yet in party
if (!this.party.find(f => (id === sourceId)))
if (!this.party.find(id => (id === sourceId)))
this.party.push(sourceId);

this.updatePartyOnThread();


불러오는 중...
취소
저장