milkowska / MealBay

0 stars 0 forks source link

BUG: the data in the database is wrong #41

Closed milkowska closed 1 year ago

milkowska commented 1 year ago

While developing code I noticed I made a mistake and the recipe object that was created in the app has been created tens of times instead of once.

milkowska commented 1 year ago

I realised it was simpler to delete the collection rather than deleting each, which I have done. I changed within the application to fetch from a new collection now, and will be adding more data to the new collection soon.