From b5f50a66143cfa917f00521a19e143b6133afaf2 Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Tue, 26 Dec 2017 16:34:19 -0500 Subject: [PATCH] Style update --- components/groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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