Merge pull request #175 from Visagalis/patch-1

Typo/bug in GetGroupHistory code.
This commit is contained in:
Alex Corn 2017-09-29 00:13:00 -04:00 committed by GitHub
commit 6bf3f26f2f

View File

@ -494,7 +494,7 @@ SteamCommunity.prototype.getGroupHistory = function(gid, page, callback) {
sid.universe = SteamID.Universe.PUBLIC;
sid.type = SteamID.Type.INDIVIDUAL;
sid.instance = SteamID.Instance.DESKTOP;
sid.accountid = $(users[0]).data('miniprofile');
sid.accountid = $(users[1]).data('miniprofile');
data.actor = sid;
}