Skip to content

Commit ba215eb

Browse files
committed
more SQ
1 parent ab64b0f commit ba215eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/statement/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class Statement {
1616
private context: Context;
1717
private query: string;
1818
private executeQueryOptions: ExecuteQueryOptions;
19-
private text: string;
19+
private readonly text: string;
2020

2121
constructor(
2222
context: Context,

0 commit comments

Comments
 (0)