Skip to content

Commit

Permalink
Update common.js.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
APageNHS authored Jan 5, 2024
1 parent c56d8d2 commit a8a5726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function raiseWarning(issue: OperationOutcomeIssue, failOnWarning:boolean): bool
// COMMENT WAS: TODO this needs to be turned to true 1/8/2022 Warnings not acceptable on NHS Digital resources
// Actual comment is: if error not handled above, return error if FailOnWarning is true
if (!failOnWarning) {
process.env.SKIPPEDWARNINGS ++
process.env.SKIPPEDWARNINGS +=1;
}
return failOnWarning;
}
Expand Down

0 comments on commit a8a5726

Please sign in to comment.