Skip to content

Commit

Permalink
Fix arg path buggo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneCurcuru authored Jan 23, 2025
1 parent 7e9d216 commit aa84b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/whimsy/asf/meeting-util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ def self.tracker(meetingsMissed)

# get the times from the timeline file
# returns: hash with keys: nominations_close:, polls_close:, meeting_start, meeting_close:
def self.get_invite_times(cur_mtg_dir)
times = MeetingUtil.get_timeline(cur_mtg_dir)
def self.get_invite_times()
times = MeetingUtil.get_timeline(latest_meeting_dir)
return {
nominations_close: times['nominations_close_iso'],
polls_close: times['polls_close_iso'],
Expand Down

0 comments on commit aa84b2a

Please sign in to comment.