Fixed web server plugins.

This commit is contained in:
2020-02-01 03:02:58 +01:00
parent 7930fbce49
commit abf9893f9d
4 changed files with 55 additions and 23 deletions

View File

@@ -29,7 +29,6 @@ async function fetchUpcoming(site) {
return scrapeAll(res.body.toString(), site);
}
module.exports = {
fetchLatest,
fetchProfile,