From e3c14a654a02750f292a1c995c47de4ac5106c5a Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 12 Feb 2024 15:51:12 -0600 Subject: [PATCH] Remove random whitespace ig --- pageUpdater.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pageUpdater.js b/pageUpdater.js index 9187bc4..7da4479 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -87,9 +87,9 @@ module.exports = { } } else { res.status(404).send(` - -

404

-

Uh oh... I think your lost? There's nothing here :P

+ +

404

+

Uh oh... I think your lost? There's nothing here :P

`) } } @@ -113,7 +113,6 @@ var activityImages = config.activityImages var cachedImages = {} function get_img_url(activity, size = "large_image") { - if ("assets" in activity) { var image = activity.assets[size]