diff --git a/classes/CSteamGroup.js b/classes/CSteamGroup.js index 9988d57..c18889f 100644 --- a/classes/CSteamGroup.js +++ b/classes/CSteamGroup.js @@ -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.