fix: remove accidental segfault
This commit is contained in:
parent
2b9da92259
commit
23f1cee640
@ -213,6 +213,7 @@ func validateContributorYaml(yml contributorFrontmatterWithFilepath) []error {
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
}()
|
||||
|
||||
// LinkedIn URL
|
||||
@ -303,7 +304,7 @@ func validateContributorYaml(yml contributorFrontmatterWithFilepath) []error {
|
||||
)
|
||||
}
|
||||
|
||||
if strings.Contains(*yml.AvatarUrl, "?") {
|
||||
if strings.Contains(*yml.SupportEmail, "?") {
|
||||
problems = append(
|
||||
problems,
|
||||
fmt.Errorf(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user