Skip to content

Commit

Permalink
allow any permission change
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanAsh committed Jul 16, 2024
1 parent 9aa7142 commit 05d071f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/views/check_agreement.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class CheckAgreementViewSet(ModelViewSet[User, Contributor]):
return OKAY if he has otherwise return the latest commit ID.
"""

permission_classes = [AllowAny]

def get(self, request):
"""
Get the latest commit id and compare with contributor's
Expand Down

0 comments on commit 05d071f

Please sign in to comment.