Update 'app/inspektoratpracy.hs'

This commit is contained in:
Kacper Dudzic 2022-05-25 12:48:52 +02:00
parent 6153264fcb
commit aa45331cf7

View File

@ -20,7 +20,7 @@ toShadowItem (url, title) =
format = Just "pdf",
finalUrl = url
}
where title = ""
where title = "title"
date = getDate $ replace "%20" " " url
getDate :: String -> String