Skip to content

Commit

Permalink
Oops! Actually fixing contact type now, not unfixing it
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryape committed Jul 6, 2024
1 parent a5d6b26 commit b313bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smee/publish/csv.ex
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ defmodule Smee.Publish.CSV do
nil
end

defp extract_contact(about_data, "support") do
defp extract_contact(about_data, "sirtfi") do
about_data.contacts
|> Enum.find(%{}, fn e -> Map.get(e, :type) == "other" and Map.get(e, :rtype) == "http://refeds.org/metadata/contactType/security" end)
|> Map.get(:email)
Expand Down

0 comments on commit b313bec

Please sign in to comment.