mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-04 09:42:23 +08:00
Error: You must fill out all fields in at least one language fix
This commit is contained in:
parent
bbd339b88b
commit
d51b6582e2
@ -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