We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce1276 commit d9f9d37Copy full SHA for d9f9d37
src/linkedin/utils.go
@@ -79,7 +79,7 @@ func (options *Options) getPeople(companyID, start int) []string {
79
email = strings.ReplaceAll(email, "{last}", name[1])
80
email = strings.ReplaceAll(email, "{l}", name[1][0:1])
81
email = strings.ToLower(email)
82
- log.Success(email)
+ log.Success(email + " - " + people.PrimarySubtitle.Text + "-" + people.SecondarySubtitle.Text)
83
output = append(output, email)
84
}
85
0 commit comments