Skip to content

Commit ee4baf7

Browse files
authored
Fix docs definition from Session._setTxExecutorToPipelineBegin, it was breaking the pipeline (#1135)
1 parent 0a1b20e commit ee4baf7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/core/src/session.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ class Session {
591591
* Configure the transaction executor to pipeline transaction begin.
592592
*
593593
* @private
594+
* @returns {void}
594595
*/
595596
private _setTxExecutorToPipelineBegin (pipelined: boolean): void {
596597
this._transactionExecutor.pipelineBegin = pipelined

packages/neo4j-driver-deno/lib/core/session.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ class Session {
591591
* Configure the transaction executor to pipeline transaction begin.
592592
*
593593
* @private
594+
* @returns {void}
594595
*/
595596
private _setTxExecutorToPipelineBegin (pipelined: boolean): void {
596597
this._transactionExecutor.pipelineBegin = pipelined

0 commit comments

Comments
 (0)