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:
parent
9ae4ac8f50
commit
b2c34c4ba3
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue