Kaynağa Gözat

Fix incorrect arrow notation

tags/v0.1.2^2
Paul Holden 7 yıl önce
ebeveyn
işleme
64c637c9a2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/server/components/social.js

+ 1
- 1
src/server/components/social.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet