fix(web/panettone): Fix reference to undefined function

I have been. Very tired.

Change-Id: Iab9d21e53630be092080cc73196da90534b06553
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1490
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Griffin Smith 2020-07-27 21:27:32 -04:00 committed by glittershark
parent 9ae4ac8f50
commit b2c34c4ba3

View file

@ -488,7 +488,7 @@ global postgresql connection (eg as initialized by
(hunchentoot:redirect "/"))))
(defroute show-issue
("/issues/:id" :decorators (@auth-optional @handle/issue-not-found))
("/issues/:id" :decorators (@auth-optional @handle-issue-not-found))
(&path (id 'integer))
(handler-case
(let* ((issue (model:get-issue id))