From 062a9b2555866c2cc2e4c3f75f68ca46937259d8 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sun, 6 Feb 2022 14:59:25 -0600 Subject: [PATCH] fix drone yml Signed-off-by: Sam Therapy --- lib/convert.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/convert.js b/lib/convert.js index c98e9cf..fcf97b4 100644 --- a/lib/convert.js +++ b/lib/convert.js @@ -10,9 +10,6 @@ const hour = 3600000; // get JSON for an AP URL, by either fetching it or grabbing it from a cache. -// Honestly request-promise-cache should be good enough. Redis would be a nice upgrade but for -// a single process install it will be fine. - // note: rejects on HTTP 4xx or 5xx async function apGet(url) {