fix bug with apple dev docs

main
Lee Hanken 2022-12-21 23:42:01 +00:00
parent 35127825dd
commit b7f46b91ab
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class html_reader {
class apple_reader {
read_url(url, res, inline_title, ignore_links) {
json_url = apple_dev_parser.dev_doc_url(url);
let json_url = apple_dev_parser.dev_doc_url(url);
https.get(json_url,(apple_res) => {
let body = "";
apple_res.on("data", (chunk) => {