Fixed missing brace

This commit is contained in:
Alex Corn 2017-12-26 16:32:04 -05:00
parent 1efac6bc70
commit b3dfdd47d8

View File

@ -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.