fix drone yml

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-02-06 14:59:25 -06:00
parent 9ef773497b
commit 062a9b2555
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 0 additions and 3 deletions

View File

@ -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) {