jacekschae / learn-reitit-course-files

🎦 Learn Reitit course files for building Cheffy REST API

Home Page:https://www.learnreitit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kentbull opened this issue · comments

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)

Just added -- thanks!