kartikey54 / VaccineAvailabilityNotifier

534 stars 334 forks source link

Update README.md & slot.slots not iterable fix #21

Open ghost opened 3 years ago

ghost commented 3 years ago

Added missing step to install pm2

ghost commented 3 years ago

image

ghost commented 3 years ago

slots not iterable since the stringified data is passed to the function. catch method not attached to the main function call. throwing inside the main async function results in unhandled promise rejection

ghost commented 3 years ago

both are fixed in this PR.