Skip to content

Commit 38f6bf0

Browse files
authored
Update common.js.ts
1 parent d7d59cb commit 38f6bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common.js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function raiseWarning(issue: OperationOutcomeIssue, failOnWarning:boolean): bool
265265

266266
// THESE WARNINGS SHOULD ALWAYS BE SILENTLY IGNORED
267267
// Issue with GitHub validator requiring code to be in CodeSystem asset when there is none. No issues with the validator itself. The ValueSet in question is https://terminology.hl7.org/5.5.0/CodeSystem-v3-hgvs.html
268-
if (issue.diganostics.includes('http://varnomen.hgvs.org') return false
268+
if (issue.diganostics.includes('http://varnomen.hgvs.org')) return false
269269
//if (issue.diagnostics.includes('Code system https://dmd.nhs.uk/ could not be resolved.')) return false
270270
// Issue with hapi giving incorrect error when one code is from the valueset, but another is not. See https://github.com/hapifhir/hapi-fhir/issues/4152
271271
if (issue.diagnostics.includes('Inappropriate CodeSystem URL') && issue.diagnostics.includes('for ValueSet: http://hl7.org/fhir/ValueSet/all-languages')) {

0 commit comments

Comments
 (0)