File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { createAndAppendElement } from './TaskLineRenderer';
2222
2323export class QueryRenderer {
2424 private readonly app : App ;
25- private plugin : TasksPlugin ;
25+ private readonly plugin : TasksPlugin ;
2626 private readonly events : TasksEvents ;
2727
2828 constructor ( { plugin, events } : { plugin : TasksPlugin ; events : TasksEvents } ) {
@@ -67,13 +67,13 @@ export class QueryRenderer {
6767
6868class QueryRenderChild extends MarkdownRenderChild {
6969 private readonly app : App ;
70- private plugin : TasksPlugin ;
70+ private readonly plugin : TasksPlugin ;
7171 private readonly events : TasksEvents ;
7272
7373 private renderEventRef : EventRef | undefined ;
7474 private queryReloadTimeout : NodeJS . Timeout | undefined ;
7575
76- private queryResultsRenderer : QueryResultsRenderer ;
76+ private readonly queryResultsRenderer : QueryResultsRenderer ;
7777
7878 constructor ( {
7979 app,
You can’t perform that action at this time.
0 commit comments