Closed kentbull closed 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)
Just added -- thanks!
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.
to