mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-04-04 15:30:11 +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(),
|
"sessionID": this.getSessionID(),
|
||||||
"action": "post",
|
"action": "post",
|
||||||
"headline": headline,
|
"headline": headline,
|
||||||
"body": content
|
"body": content,
|
||||||
|
"languages[0][headline]": headline,
|
||||||
|
"languages[0][body]": content
|
||||||
}
|
}
|
||||||
}, function(err, response, body) {
|
}, function(err, response, body) {
|
||||||
if(!callback) {
|
if(!callback) {
|
||||||
|
Loading…
Reference in New Issue
Block a user