Remove unused category ID binding to avoid compiler warnings
This commit is contained in:
parent
e24e7db641
commit
940b62b6fc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ getSitemapR = do
|
||||||
yieldMany $ entryToSitemapUrl <$> entries
|
yieldMany $ entryToSitemapUrl <$> entries
|
||||||
|
|
||||||
categoryToSitemapUrl :: Entity Category -> SitemapUrl (Route App)
|
categoryToSitemapUrl :: Entity Category -> SitemapUrl (Route App)
|
||||||
categoryToSitemapUrl (Entity catId cat) = SitemapUrl
|
categoryToSitemapUrl (Entity _ cat) = SitemapUrl
|
||||||
{ sitemapLoc = CategoryR $ categoryTag cat
|
{ sitemapLoc = CategoryR $ categoryTag cat
|
||||||
, sitemapLastMod = Nothing
|
, sitemapLastMod = Nothing
|
||||||
, sitemapChangeFreq = Nothing
|
, sitemapChangeFreq = Nothing
|
||||||
|
|
Loading…
Reference in a new issue