We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f3e4f commit b336f88Copy full SHA for b336f88
src/statement/async.ts
@@ -9,7 +9,7 @@ import { Meta } from "../meta";
9
import { BaseStatement } from "./baseStatement";
10
11
export class AsyncStatement extends BaseStatement {
12
- private asyncToken: string;
+ private readonly asyncToken: string;
13
14
constructor(
15
context: Context,
0 commit comments