Skip to content

Commit

Permalink
fix: Initialize Querier inside Yielder (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
raqeebshafeeque authored Aug 31, 2023
1 parent c3415cf commit a37644b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func (s *session) newYielder(cy *internal.CypherYielder) *yielderImpl {
return &yielderImpl{
session: s,
cy: cy,
Querier: s.newQuerier(cy.CypherQuerier),
}
}

Expand Down

0 comments on commit a37644b

Please sign in to comment.