1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

fix issues with deployment due to winston logging getting in the way

This commit is contained in:
Ondřej Synáček
2020-11-15 15:13:49 +01:00
parent a44468fd68
commit a8c5d12a7b
13 changed files with 248 additions and 92 deletions

View File

@ -28,3 +28,4 @@ const crawl = async (url, { logger }) => {
}
module.exports = crawl