Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Feb 29, 2024
1 parent 66c7ec6 commit 0b9af19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/types/module_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ModuleList(Module, Enum):
root="loan",
default_allowed_groups_ids=[GroupType.student, GroupType.staff],
)
reccomendation = Module(
recomendation = Module(
root="recommendation",
default_allowed_groups_ids=[GroupType.student, GroupType.staff],
)
Expand Down

0 comments on commit 0b9af19

Please sign in to comment.