mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 05:07:32 +00:00
linting
This commit is contained in:
@@ -23,7 +23,7 @@ func (c *pgxConn) Release(_ context.Context) error {
|
||||
|
||||
// Begin implements [database.Client].
|
||||
func (c *pgxConn) Begin(ctx context.Context, opts *database.TransactionOptions) (database.Transaction, error) {
|
||||
tx, err := c.Conn.BeginTx(ctx, transactionOptionsToPgx(opts))
|
||||
tx, err := c.BeginTx(ctx, transactionOptionsToPgx(opts))
|
||||
if err != nil {
|
||||
return nil, wrapError(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user