Skip to content

Commit

Permalink
done: #171 - update publisher API
Browse files Browse the repository at this point in the history
  • Loading branch information
rkshaon committed Nov 28, 2024
1 parent 0ca3f89 commit 10b4993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/BookShelf/utilities/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class IsAdminOrModerator(BasePermission):
"""

def has_permission(self, request, view):
print(SAFE_METHODS)
if request.method in SAFE_METHODS:
return True

Expand Down

0 comments on commit 10b4993

Please sign in to comment.