fix issue when there are no bounties to merge
This commit is contained in:
parent
07b6ed8fdd
commit
c4c9d7add6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue