mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
fix typo
This commit is contained in:
@@ -117,7 +117,7 @@ var postArticle = function(article, callback) {
|
||||
}
|
||||
})
|
||||
});
|
||||
req.write(json.stringify(article));
|
||||
req.write(JSON.stringify(article));
|
||||
req.end();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user