File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import { AccountNotFoundError , ApiError } from "../common/errors" ;
22import { ACCOUNT_SYSTEM_ENGINE , QUERY_URL } from "../common/api" ;
33
4- import { Connection as BaseConnection , defaultResponseSettings } from "./base" ;
4+ import { Connection as BaseConnection } from "./base" ;
55import { Cache , inMemoryCache , noneCache } from "../common/tokenCache" ;
66import { ExecuteQueryOptions } from "../types" ;
77import { AsyncStatement } from "../statement/async" ;
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import { Meta } from "../meta";
99
1010export class AsyncStatement {
1111 private readonly asyncToken : string ;
12- private context : Context ;
13- private query : string ;
14- private executeQueryOptions : ExecuteQueryOptions ;
15- private text : string ;
12+ private readonly context : Context ;
13+ private readonly query : string ;
14+ private readonly executeQueryOptions : ExecuteQueryOptions ;
15+ private readonly text : string ;
1616
1717 constructor (
1818 context : Context ,
You can’t perform that action at this time.
0 commit comments