Skip to content

Commit

Permalink
Fix typo comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneCurcuru authored Jan 23, 2025
1 parent d3c305a commit 7e9d216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whimsy/asf/meeting-util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def self.get_invite_times_ical
nominations_close: times['asf-members-nominations-close'],
polls_close: times['asf-members-polls-close'],
meeting_start: times['asf-members'],
meeting_end: times['asf-members-end'],
meeting_end: times['asf-members-end']
}
end

Expand Down

0 comments on commit 7e9d216

Please sign in to comment.