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 1373ca8 commit 8717dceCopy full SHA for 8717dce
components/markdown-confluence-sync/src/lib/docusaurus/DocusaurusFlatPages.ts
@@ -27,11 +27,7 @@ export const MarkdownFlatDocuments: MarkdownFlatDocumentsConstructor = class Mar
27
private _initialized = false;
28
private _filesPattern: FilesPattern;
29
30
- constructor({
31
- logger,
32
- filesPattern,
33
- cwd,
34
- }: MarkdownFlatDocumentsOptions) {
+ constructor({ logger, filesPattern, cwd }: MarkdownFlatDocumentsOptions) {
35
this._path = cwd;
36
this._filesPattern = filesPattern as FilesPattern;
37
this._logger = logger.namespace("doc-flat");
0 commit comments