Archived
1
0
This commit is contained in:
Jeff Becker 2016-02-08 13:10:26 -05:00
parent 047a63ec20
commit 450d07d6e5
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -117,7 +117,7 @@ var postArticle = function(article, callback) {
}
})
});
req.write(json.stringify(article));
req.write(JSON.stringify(article));
req.end();
}