StevenKowalzik / Mensa-Bremen-API

This API scrapes the Mensa Bremen website and provides a json version of the foodplan. Used by mensabremen.de
https://api.mensabremen.de
12 stars 0 forks source link

Unhandled Rejection Error #9

Closed CrisTovilla closed 5 years ago

CrisTovilla commented 5 years ago

This PR tackles directly the following issue #8

StevenKowalzik commented 5 years ago

Hey,

thanks for the PR! This looks good, thanks for fixing! In the future we could check if we need to wrap all 3 functions (getdate, getday, getfood) in one try catch block, but for now the error is fixed, and that is what the issue was about.

CrisTovilla commented 5 years ago

My pleasure!