Skip to content

Commit

Permalink
Update peachjam_search/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Kempe <[email protected]>
  • Loading branch information
actlikewill and longhotsummer authored Nov 22, 2024
1 parent 8599f36 commit 34c25d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peachjam_search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def get(self, request, *args, **kwargs):
return super().get(request, *args, **kwargs)

def has_permission(self):
return self.request.user.is_authenticated and self.request.user.is_staffo
return self.request.user.is_authenticated and self.request.user.is_staff


class AllowSavedSearchesMixin:
Expand Down

0 comments on commit 34c25d8

Please sign in to comment.