Skip to content

Commit

Permalink
- fixed code typo (bcgov#3097)
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Beauvais <[email protected]>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Nov 27, 2024
1 parent 6a6dc44 commit 8996491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legal-api/src/legal_api/resources/v1/nr_type_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get():
('BERE', Business.LegalTypes.BCOMP.value, RequestActions.REH.value),
('BERE', Business.LegalTypes.BCOMP.value, RequestActions.REN.value),
('BECV', Business.LegalTypes.BCOMP.value, RequestActions.CNV.value),
('ULBC', Business.LegalTypes.BCOMP.value, RequestActions.CNV.value)
('ULBE', Business.LegalTypes.BCOMP.value, RequestActions.CNV.value)
]

rv = []
Expand Down

0 comments on commit 8996491

Please sign in to comment.