Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 3ff5c95

Browse files
Skip check
1 parent 3d6825a commit 3ff5c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql_api/types/owner/owner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ def resolve_ai_enabled_repos(
373373
app_id=AI_FEATURES_GH_APP_ID, owner=owner
374374
).first()
375375

376-
if not ai_features_app_install:
377-
return None
376+
# if not ai_features_app_install:
377+
# return None
378378

379379
current_owner = info.context["request"].current_owner
380380
queryset = Repository.objects.filter(author=owner).viewable_repos(current_owner)

0 commit comments

Comments
 (0)