Skip to content

Commit

Permalink
fix: remove cache for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer authored Oct 25, 2024
1 parent 145c204 commit 0375214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis_ontology/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
)


@cache
def get_work_type_data(id):
work_type_parent = WorkType.objects.filter(
triple_set_from_obj__subj_id=id, triple_set_from_obj__prop__id=7
Expand Down

0 comments on commit 0375214

Please sign in to comment.