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 c1373c1 commit 7a10c09Copy full SHA for 7a10c09
src/Renderer/QueryResultsRenderer.ts
@@ -59,9 +59,9 @@ export class QueryResultsRenderer {
59
private _tasksFile: TasksFile;
60
61
public query: IQuery;
62
+ protected queryType: string; // whilst there is only one query type, there is no point logging this value
63
public queryResult: QueryResult;
64
public filteredQueryResult: QueryResult;
- protected queryType: string; // whilst there is only one query type, there is no point logging this value
65
66
constructor(
67
className: string,
0 commit comments