mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-30 02:40:12 +08:00
parent
be4e5c9449
commit
9d2b5ade67
@ -203,7 +203,7 @@ SteamCommunity.prototype.scheduleGroupEvent = function(gid, name, type, descript
|
|||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
this.request.post({
|
this.request.post({
|
||||||
"uri": "https://steamcommunity.com/gid/" + this.steamID.toString() + "/eventEdit",
|
"uri": "https://steamcommunity.com/gid/" + gid.toString() + "/eventEdit",
|
||||||
"form": form
|
"form": form
|
||||||
}, function(err, response, body) {
|
}, function(err, response, body) {
|
||||||
if(!callback) {
|
if(!callback) {
|
||||||
|
Loading…
Reference in New Issue
Block a user