Skip to content

Commit edbe6c7

Browse files
committed
sonar
1 parent 59cd7b5 commit edbe6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/statement/stream/serverSideStream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Meta } from "../../meta";
1010

1111
export class ServerSideStream extends Readable {
1212
private meta: Meta[] = [];
13-
private pendingRows: Row[] = [];
13+
private readonly pendingRows: Row[] = [];
1414
private finished = false;
1515
private processingData = false;
1616
private inputPaused = false;

0 commit comments

Comments
 (0)