Skip to content

Commit afea6ff

Browse files
remove inline comments
Made-with: Cursor
1 parent d69d434 commit afea6ff

File tree

1 file changed

+0
-3
lines changed
  • apps/codecov-api/webhook_handlers/views

1 file changed

+0
-3
lines changed

apps/codecov-api/webhook_handlers/views/gitlab.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ def post(self, request, *args, **kwargs):
8181
self._inc_err("permission_denied")
8282
raise PermissionDenied()
8383

84-
# Use the owner namespace from the payload to disambiguate when
85-
# multiple owners have repos with the same GitLab project_id.
86-
# See: https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html
8784
path = (
8885
request.data.get("project", {}).get("path_with_namespace")
8986
or request.data.get("path_with_namespace")

0 commit comments

Comments
 (0)