refactor(Presence): remove second assignment of syncID (#5956)

This commit is contained in:
BannerBomb
2021-06-29 06:50:51 -04:00
committed by GitHub
parent acdcb906ae
commit fb8d5166a8

View File

@@ -234,8 +234,6 @@ class Activity {
*/
this.assets = data.assets ? new RichPresenceAssets(this, data.assets) : null;
this.syncID = data.sync_id;
/**
* Flags that describe the activity
* @type {Readonly<ActivityFlags>}