fix: remove accidental segfault
This commit is contained in:
parent
2b9da92259
commit
23f1cee640
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user