Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Sep 30, 2024
1 parent 6e53eed commit faa1e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iosanita/policy/restapi/services/search_filters/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_portal_types(self):
types = [
{
"label": translate(ttool[t].Title(), context=self.request),
"id": t,
"value": t,
}
for t in ptool.getUserFriendlyTypes()
if t not in types_not_searched
Expand Down

0 comments on commit faa1e89

Please sign in to comment.