From 4ab96717e91b4560d86fc5cab78ca5ea0bc829d3 Mon Sep 17 00:00:00 2001 From: Elijah Cohen Date: Thu, 28 Jan 2021 21:08:09 -0600 Subject: [PATCH] whoops? --- comics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comics.js b/comics.js index 658c426..a029a95 100644 --- a/comics.js +++ b/comics.js @@ -19,7 +19,7 @@ function getimageurl(number) { console.log(number) //fetch("https://qwantz.com/index.php?comic=" + number, {mode: "cors"}) fetch("https://comics.eli173.com/id/" + number) - .then(req => return req.text()) + .then(req => req.text()) .then(text => { console.log(text) }) -- 2.39.2