mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-08-19 13:13:28 +08:00
Style update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user