diff options
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Issue.hs b/app/Issue.hs index 27f6801..d58d14d 100644 --- a/app/Issue.hs +++ b/app/Issue.hs @@ -83,10 +83,6 @@ internalTags :: Issue -> [Tag] internalTags issue@(Issue {..}) = concat [ [ Tag "id" $ Just issue.id, - Tag "title" $ Just title, - -- TODO Remove @rawText internal tag - -- - -- Tag "rawText" $ Just rawText, Tag "createdAt" $ Just $ T.pack $ show $ utctDay provenance.first.date, Tag "modifiedAt" $ Just $ T.pack $ show $ utctDay provenance.last.date, Tag "author" $ Just provenance.first.author.name, |