Skip to content

Commit

Permalink
fix: change level of maternity form executive units
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed Nov 21, 2024
1 parent ea722f2 commit c601d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/perimeters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export const getScopeLevelBySourceType = (type: SourceType) => {
case SourceType.DOCUMENT:
case SourceType.IMAGING:
case SourceType.MATERNITY:
case SourceType.FORM_RESPONSE:
return level1
case SourceType.CCAM:
case SourceType.CIM10:
case SourceType.SUPPORTED:
case SourceType.FORM_RESPONSE:
case SourceType.ALL:
return level2
default:
Expand Down

0 comments on commit c601d46

Please sign in to comment.