Skip to content

Commit

Permalink
Address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jan 7, 2025
1 parent 5883b83 commit 1b1cc44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/rid/store/cockroach/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ func (s *Store) CheckCurrentMajorSchemaVersion(ctx context.Context) error {

// Interact implements store.Interactor interface.
func (s *Store) Interact(ctx context.Context) (repos.Repository, error) {
logger := logging.WithValuesFromContext(ctx, s.logger)
return &repo{
Queryable: s.db.Pool,
clock: s.clock,
logger: s.logger,
logger: logger,
}, nil
}

Expand Down

0 comments on commit 1b1cc44

Please sign in to comment.