From b3dfdd47d83305a23574efc5d09cf3e2e572a148 Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Tue, 26 Dec 2017 16:32:04 -0500 Subject: [PATCH] Fixed missing brace --- classes/CSteamGroup.js | 1 + 1 file changed, 1 insertion(+) 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.