Skip to content

Commit 2dca76d

Browse files
committed
oops
1 parent 87a7fc7 commit 2dca76d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/utils/settings.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ export function loadSettings() {
3535
diagnosis: true,
3636
conceptualAnalysis: true,
3737
dataAnalysis: true,
38-
format: "docx",
39-
datamodelOnly: false,
40-
text: true
38+
format: "docx"
4139
}),
4240
outputDir: config.get('outputDir', "./output"),
4341
outputLanguage: config.get('outputLanguage', "NL"),

0 commit comments

Comments
 (0)