Fix swizzled email args
This commit is contained in:
parent
e464a9fcdb
commit
83c013785f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ type contentEmailReportConfirmation struct {
|
|||
URLReportStatus string
|
||||
}
|
||||
|
||||
func SendReportConfirmation(ctx context.Context, report_id, destination string) error {
|
||||
func SendReportConfirmation(ctx context.Context, destination, report_id string) error {
|
||||
err := maybeSendInitialEmail(ctx, destination)
|
||||
if err != nil {
|
||||
return fmt.Errorf("Failed to handle initial email: %w", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue