diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 12:55:25 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 13:53:30 +0200 |
commit | 5981448f0de68dc1938195f4fe688128e5edbf19 (patch) | |
tree | ff7c1507034abdbcc6ceaeed60ed7f46253519f7 /app/Issue.hs | |
parent | 0391f3cb867db458e6d607facd424f627c99f437 (diff) |
add internal tag `createdAt`
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Issue.hs b/app/Issue.hs index 75e700d..8804929 100644 --- a/app/Issue.hs +++ b/app/Issue.hs @@ -50,7 +50,7 @@ fromMatch cwd result match = do start = match.start, end = match.end, tags = maybe [] I.extractTags description, - internalTags = I.internalTags title + internalTags = I.internalTags title provenance } else Nothing ) |