mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-23 13:40:12 +08:00
Merge pull request #65 from spddl/master
Error: You must fill out all fields in at least one language - fix
This commit is contained in:
commit
bbcf0eb72f
@ -137,7 +137,9 @@ SteamCommunity.prototype.postGroupAnnouncement = function(gid, headline, content
|
||||
"sessionID": this.getSessionID(),
|
||||
"action": "post",
|
||||
"headline": headline,
|
||||
"body": content
|
||||
"body": content,
|
||||
"languages[0][headline]": headline,
|
||||
"languages[0][body]": content
|
||||
}
|
||||
}, function(err, response, body) {
|
||||
if(!callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user