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 aa89c5f commit 2aaf4daCopy full SHA for 2aaf4da
src/core/query-executor.ts
@@ -95,8 +95,6 @@ export class QueryExporter {
95
return;
96
}
97
98
- // contentTypes.forEach((ct: any) => exportedContentTypeUIDs.add(ct.uid));
99
-
100
// Step 2: Start with initial batch (all currently exported content types)
101
let currentBatch = [...contentTypes];
102
0 commit comments