diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-10 11:14:45 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-10 11:14:45 +0100 |
commit | 8015bdc11b63e46ff4685075e90bb49197076653 (patch) | |
tree | 1cd51b8d9711c141dff38874744953fed48ae72d /app/History.hs | |
parent | 4fd26f9cffd97aeb36435f3220e06b58e4097f17 (diff) |
@backlog issues, remove @scheduled
Diffstat (limited to 'app/History.hs')
-rw-r--r-- | app/History.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/History.hs b/app/History.hs index efb7015..48dbbc7 100644 --- a/app/History.hs +++ b/app/History.hs @@ -24,6 +24,7 @@ import Prelude hiding (id, lines) -- complete issue text and parse it. -- -- @topic caching +-- @backlog getHistory :: IO ([Issue], [(CommitHash, [IssueEvent])]) getHistory = do |