Skip to content

Commit

Permalink
Fix docs definition from Session._setTxExecutorToPipelineBegin, it wa…
Browse files Browse the repository at this point in the history
…s breaking the pipeline (#1135)
  • Loading branch information
bigmontz authored Aug 31, 2023
1 parent 0a1b20e commit ee4baf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ class Session {
* Configure the transaction executor to pipeline transaction begin.
*
* @private
* @returns {void}
*/
private _setTxExecutorToPipelineBegin (pipelined: boolean): void {
this._transactionExecutor.pipelineBegin = pipelined
Expand Down
1 change: 1 addition & 0 deletions packages/neo4j-driver-deno/lib/core/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ class Session {
* Configure the transaction executor to pipeline transaction begin.
*
* @private
* @returns {void}
*/
private _setTxExecutorToPipelineBegin (pipelined: boolean): void {
this._transactionExecutor.pipelineBegin = pipelined
Expand Down

0 comments on commit ee4baf7

Please sign in to comment.