fix drone yml
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
9ef773497b
commit
062a9b2555
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
||||
|
|
Reference in a new issue