jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
833 stars 40 forks source link

Fix biff/crop-day returning fn instead of calling #116

Closed robertfw closed 2 years ago

robertfw commented 2 years ago

While poking around the code, I noticed that biff/crop-day wasn't actually calling the function it looks like it should be calling. Based on the docstring this looks like a bug rather than intended.

jacobobryant commented 2 years ago

Thanks for the catch!