Actually commit the transaction

This commit is contained in:
Eli Ribble 2026-04-16 10:49:06 +00:00
parent 6b90edf053
commit 7b95cfe833
No known key found for this signature in database

View file

@ -85,5 +85,6 @@ func ComplianceRequestMailerCreate(ctx context.Context, user User, site_id int32
if err != nil {
return 0, fmt.Errorf("create compliance report request: %w", err)
}
txn.Commit(ctx)
return req.ID, nil
}