mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-27 08:50:06 +08:00
Style update
This commit is contained in:
parent
4257140c15
commit
b5f50a6614
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user