fix issue when there are no bounties to merge

This commit is contained in:
Martin Klepsch 2018-04-26 11:47:26 +02:00 committed by Tetiana Churikova
parent 07b6ed8fdd
commit c4c9d7add6
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@
:dashboard/to-confirm (->> (get grouped :pending-maintainer-confirmation)
(sort-by :updated >)
(to-confirm-list))
:dashboard/to-merge (->> (get grouped :claimed >)
:dashboard/to-merge (->> (get grouped :claimed)
(sort-by :updated >)
(to-merge-list))
(cond