mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-04 07:30:22 +08:00
Fixed missing brace
This commit is contained in:
parent
1efac6bc70
commit
b3dfdd47d8
@ -121,6 +121,7 @@ CSteamGroup.prototype.getAllComments = function(from, count, callback) {
|
||||
|
||||
CSteamGroup.prototype.deleteComment = function(cid, callback) {
|
||||
this._community.deleteGroupComment(this.steamID, cid, callback);
|
||||
};
|
||||
|
||||
/**
|
||||
* Get requests to join this restricted group.
|
||||
|
Loading…
Reference in New Issue
Block a user