This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 94a3e5a Alignment
94a3e5a is described below
commit 94a3e5ac5f157480b6b199aae53abc4cf145e5b3
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 22 16:34:25 2020 +0000
Alignment
---
www/board/agenda/routes.rb | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/www/board/agenda/routes.rb b/www/board/agenda/routes.rb
index eff68ee..973d833 100755
--- a/www/board/agenda/routes.rb
+++ b/www/board/agenda/routes.rb
@@ -140,8 +140,10 @@ get %r{/(\d\d\d\d-\d\d-\d\d)/followup\.json} do |date|
parsed = Agenda[agenda][:parsed]
followup = parsed.reject {|item| item['comments'].to_s.empty?}.
map {|item| [item['title'], {comments: item['comments'],
- shepherd: item['shepherd'], mail_list: item['mail_list'], count: 0}]}.
- to_h
+ shepherd: item['shepherd'],
+ mail_list: item['mail_list'],
+ count: 0}]
+ }.to_h
# count number of feedback emails found in the board archive
start = Time.parse(date)