benschaf / waste-schedule

This is a waste-management App with CRUD functionality. Never forget to take out your bins on time! Connect with your community and be Eco-Conscious together.
0 stars 0 forks source link

js type error when saving event #61

Closed benschaf closed 4 months ago

benschaf commented 4 months ago

Describe the bug When saving an event, js throws an error because of the endReccurrence variable

To Reproduce Steps to reproduce the behavior:

  1. Go to make your own and follow the steps
  2. create an event
  3. save
  4. see error in console

Expected behavior event date should be added to event object

benschaf commented 4 months ago

fixed with f1b2b0c