Skip to content

Commit

Permalink
Remove the header informational entry if it ends up present
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneCurcuru committed Feb 2, 2025
1 parent d2dd0e7 commit 8381c77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/whimsy/asf/member-files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ def self.board_nominees
nominee['Public Name'] = hdr # the board file does not have ids
nominees[id] = nominee
end
nominees
# Remove informational entry if somehow present
nominees.delete('<<Nominee Name>>')
return nominees
end

# Return hash of board nomination statements
Expand Down

0 comments on commit 8381c77

Please sign in to comment.