From b442c48cbaa1a1cfae4e42aa03bc41e33f2710f9 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 5 Feb 2015 11:34:26 -0500 Subject: newer yesod stuff --- Handler/Vacation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Handler/Vacation.hs') 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 -- cgit v1.2.3