Skip to content

Commit 84929da

Browse files
chore: update description for transaction schema
1 parent 17760b4 commit 84929da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/users/repository/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func NewRepository(c *sqlx.DB, l *zerolog.Logger) Repository {
3535
return &repository{conn: c, log: l, db: c}
3636
}
3737

38-
// Atomic implements vendor.Repository for transaction query
38+
// Atomic implements Repository Interface for transaction query
3939
func (r *repository) Atomic(ctx context.Context, opt *sql.TxOptions, repo func(tx Repository) error) error {
4040
txConn, err := r.db.BeginTxx(ctx, opt)
4141
if err != nil {

0 commit comments

Comments
 (0)