summaryrefslogtreecommitdiff
path: root/Handler/Vacation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Handler/Vacation.hs')
-rw-r--r--Handler/Vacation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Handler/Vacation.hs b/Handler/Vacation.hs
index b9e1217..18a96cb 100644
--- a/Handler/Vacation.hs
+++ b/Handler/Vacation.hs
@@ -9,7 +9,7 @@ import Data.Time.Clock (getCurrentTime, UTCTime, utctDay)
import Yesod.Auth (maybeAuth)
import PTO
-getVacationR :: UserId -> Handler RepHtml
+getVacationR :: UserId -> Handler Html
getVacationR cid = do
user <- runDB $ get404 cid
ma <- maybeAuth