jacekschae / learn-reitit-course-files

🎦 Learn Reitit course files for building Cheffy REST API
https://www.learnreitit.com
38 stars 16 forks source link

Add the HStore map to recipe-id fix to the notes on video 32. #15

Closed kentbull closed 1 year ago

kentbull commented 1 year ago

Add the fix from video 35 into the video notes on video 32. I wasted between 30 and 60 minutes trying to track this down myself. Let's save the next guy some time and trouble.

recipe (recipe-db/find-recipe-by-id db {:uid uid :recipe-id recipe-id})

to

recipe (recipe-db/find-recipe-by-id db recipe-id)
jacekschae commented 1 year ago

Just added -- thanks!