You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/03/22 18:50:50 UTC

[whimsy] branch master updated: More explicit comment

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 024e716  More explicit comment
024e716 is described below

commit 024e716c098cd89679379f4eebc7819a3e4c2b02
Author: Sebb <se...@apache.org>
AuthorDate: Fri Mar 22 18:50:46 2019 +0000

    More explicit comment
---
 www/roster/models/committer.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/committer.rb b/www/roster/models/committer.rb
index 49570a9..6d3a232 100644
--- a/www/roster/models/committer.rb
+++ b/www/roster/models/committer.rb
@@ -60,7 +60,7 @@ class Committer
     end
 
     if person.attrs['githubUsername']
-      response[:githubUsername] = person.attrs['githubUsername'] # may be more than one
+      response[:githubUsername] = person.attrs['githubUsername'] # always return array
     end
 
     response[:urls] = person.urls unless person.urls.empty?