Skip to content

Commit

Permalink
plusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Mar 29, 2024
1 parent 16138ae commit 96123a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api-node/src/utils/drinking_water.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function checkPrelevementConformity(
function checkPrelevementConformityChemical(
prelevement?: PrelevementConformity,
): ConformityEnum {
if (!prelevement) return ConformityEnum.NOT_TESTED;
if (!prelevement) return ConformityEnum.NOT_TESTED;
if (!prelevement.conclusion_conformite_prelevement)
return ConformityEnum.NOT_TESTED;
Expand Down Expand Up @@ -95,7 +94,6 @@ function checkPrelevementConformityChemical(
function checkPrelevementConformityBacteriological(
prelevement?: PrelevementConformity,
): ConformityEnum {
if (!prelevement) return ConformityEnum.NOT_TESTED;
if (!prelevement) return ConformityEnum.NOT_TESTED;
if (!prelevement.conclusion_conformite_prelevement)
return ConformityEnum.NOT_TESTED;
Expand Down

0 comments on commit 96123a3

Please sign in to comment.