diff options
author | Clint Adams <clint@softwarefreedom.org> | 2015-02-05 11:34:26 -0500 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2015-02-05 11:34:26 -0500 |
commit | b442c48cbaa1a1cfae4e42aa03bc41e33f2710f9 (patch) | |
tree | c4d9c6e18f99e31fd79f0f2c82646ecd0f1d4f08 /Handler/Vacation.hs | |
parent | ce4987aa71deb27970b2623a706349862a942ef4 (diff) |
newer yesod stuff
Diffstat (limited to 'Handler/Vacation.hs')
-rw-r--r-- | Handler/Vacation.hs | 2 |
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 |