Skip to content

Commit

Permalink
Update src/osha/oira/services/navigation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maurits van Rees <maurits@py76.be>
  • Loading branch information
ale-rt and mauritsvanrees authored Jan 23, 2025
1 parent b4b891d commit f7e7633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osha/oira/services/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def fix_node(self, node):
if key in node:
del node[key]

# Rename keys to math plone.restapi standards
# Rename keys to match plone.restapi standards
mapping = {
"portal_type": "@type",
"url": "@id",
Expand Down

0 comments on commit f7e7633

Please sign in to comment.