oops
This commit is contained in:
parent
403460ae80
commit
35a37dc355
@ -322,7 +322,7 @@ func euro(o opts) error {
|
|||||||
Interested: interested,
|
Interested: interested,
|
||||||
}
|
}
|
||||||
|
|
||||||
if err = sendEuroEmail(vd); err != nil {
|
if err = sendEuroEmail(ed); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -332,7 +332,7 @@ func euro(o opts) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func sendEuroEmail(ed euroData) error {
|
func sendEuroEmail(ed euroData) error {
|
||||||
bs, err := yaml.Marshal(vd)
|
bs, err := yaml.Marshal(ed)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user