瀏覽代碼

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();


Loading…
取消
儲存