Skip to content

Commit 4cd323b

Browse files
Made requested changes
1 parent ff23da2 commit 4cd323b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/helpers/schemas/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
]
7474
},
7575
"tlsRejectUnauthorized": {
76-
"title": "Reject Unauthorized Connections",
76+
"title": "TLS Reject Unauthorized Connections",
7777
"type": "boolean"
7878
}
7979
},

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ const { lowercaseLookupQuery, createLowercaseLookup, createInvertedLookup } = re
6868
const { getConditionEntriesFromContext, getConditionsFromContext, getEncountersFromContext, getPatientFromContext } = require('./helpers/contextUtils');
6969
const { parsePatientIds } = require('./helpers/appUtils');
7070
const { getConfig, validateConfig } = require('./helpers/configUtils');
71-
7271
const configSchema = require('./helpers/schemas/config.schema.json');
7372

7473
module.exports = {

0 commit comments

Comments
 (0)