mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-01 05:40:16 +08:00
Merge pull request #175 from Visagalis/patch-1
Typo/bug in GetGroupHistory code.
This commit is contained in:
commit
6bf3f26f2f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user