This is an automated email from the ASF dual-hosted git repository.

curcuru 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 a330d17d Ah-ha, finally the typo fix
a330d17d is described below

commit a330d17d1265000a064f4e784b5ab74cac58a456
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Jan 24 15:08:27 2025 -0500

    Ah-ha, finally the typo fix
---
 www/members/nominations.cgi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www/members/nominations.cgi b/www/members/nominations.cgi
index 4d534d73..10f451af 100755
--- a/www/members/nominations.cgi
+++ b/www/members/nominations.cgi
@@ -103,10 +103,8 @@ _html do
     # Countdown until nominations for current meeting close
     latest_meeting_dir = ASF::MeetingUtil.latest_meeting_dir
     timelines = ASF::MeetingUtil.get_timeline(latest_meeting_dir)
-    _.warn "dir: #{latest_meeting_dir}"
-    _.warn "dir: #{timelines}"
     t_now = Time.now.to_i
-    t_end = Time.parse(timelines['nominations_close']).to_i
+    t_end = Time.parse(timelines['nominations_close_iso']).to_i
     nomclosed = t_now > t_end
 
     _whimsy_body(

Reply via email to