fix: remove accidental segfault

This commit is contained in:
Michael Smith 2025-04-08 19:32:49 +00:00
parent 2b9da92259
commit 23f1cee640

View File

@ -213,6 +213,7 @@ func validateContributorYaml(yml contributorFrontmatterWithFilepath) []error {
), ),
) )
} }
}() }()
// LinkedIn URL // LinkedIn URL
@ -303,7 +304,7 @@ func validateContributorYaml(yml contributorFrontmatterWithFilepath) []error {
) )
} }
if strings.Contains(*yml.AvatarUrl, "?") { if strings.Contains(*yml.SupportEmail, "?") {
problems = append( problems = append(
problems, problems,
fmt.Errorf( fmt.Errorf(