Skip to content

Commit

Permalink
Fix Bug in plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Nov 5, 2024
1 parent 8d5e701 commit 40d94c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion care/users/api/viewsets/plug_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class PlugConfigViewset(
serializer_class = PLugConfigSerializer
queryset = PlugConfig.objects.all().order_by("slug")
cache_key = "care_plug_viewset_list"
authentication_classes = []

def list(self, request, *args, **kwargs):
# Cache data and return
Expand Down

0 comments on commit 40d94c5

Please sign in to comment.