diff --git a/components/groups.js b/components/groups.js index 3000f02..5bd42b4 100644 --- a/components/groups.js +++ b/components/groups.js @@ -574,7 +574,7 @@ SteamCommunity.prototype.deleteGroupComment = function(gid, cid, callback) { } var options = { - uri: "https://steamcommunity.com/comment/Clan/delete/" + gid.getSteamID64() + "/-1/", + "uri": "https://steamcommunity.com/comment/Clan/delete/" + gid.getSteamID64() + "/-1/", "form": { "sessionid": this.getSessionID(), "gidcomment": cid