Fixed scheduleGroupEvent method

Fixes #7
This commit is contained in:
Alexander Corn 2015-10-26 21:30:27 -04:00
parent be4e5c9449
commit 9d2b5ade67

View File

@ -203,7 +203,7 @@ SteamCommunity.prototype.scheduleGroupEvent = function(gid, name, type, descript
var self = this;
this.request.post({
"uri": "https://steamcommunity.com/gid/" + this.steamID.toString() + "/eventEdit",
"uri": "https://steamcommunity.com/gid/" + gid.toString() + "/eventEdit",
"form": form
}, function(err, response, body) {
if(!callback) {