Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 12, 2024
1 parent bd8d0a1 commit 1e88723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/url_registry/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ def get_object(self, queryset=None):
queryset = self.get_queryset()
instance = get_object_or_404(queryset.filter(id=self.kwargs['id']))
self.check_object_permissions(self.request, instance)
return instance
return instance

0 comments on commit 1e88723

Please sign in to comment.