diff --git a/components/groups.js b/components/groups.js index f4a56b2..1137c6f 100644 --- a/components/groups.js +++ b/components/groups.js @@ -562,8 +562,7 @@ SteamCommunity.prototype.getAllGroupComments = function(gid, from, count, callba SteamCommunity.prototype.deleteGroupComment = function(gid, cid, callback) { if(Number.isInteger(cid)) { - callback(new Error("Pass the comment id as a string")); - return; + cid = cid.toString(); } var options = {