This commit is contained in:
vilmibm 2025-09-07 12:03:41 -07:00
parent 403460ae80
commit 35a37dc355

View File

@ -322,7 +322,7 @@ func euro(o opts) error {
Interested: interested,
}
if err = sendEuroEmail(vd); err != nil {
if err = sendEuroEmail(ed); err != nil {
return err
}
@ -332,7 +332,7 @@ func euro(o opts) error {
}
func sendEuroEmail(ed euroData) error {
bs, err := yaml.Marshal(vd)
bs, err := yaml.Marshal(ed)
if err != nil {
return err
}