This commit is contained in:
Thomas E Lackey 2023-03-07 12:28:08 -06:00
parent f102b4ef8e
commit 122e5dbf4a

View File

@ -54,7 +54,6 @@ func (tx *DelayedTx) Exec(ctx context.Context, sql string, args ...interface{})
}
func (tx *DelayedTx) Commit(ctx context.Context) error {
base, err := tx.db.Begin(ctx)
if err != nil {
return err