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

Commit eaabe34

Browse files
Remove sync to async
1 parent 6e9e444 commit eaabe34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphql_api/types/owner/owner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,6 @@ def resolve_ai_enabled_repos(
383383
return list(queryset.values_list("name", flat=True))
384384

385385
@owner_bindable.field("aiEnabledRepos2")
386-
@sync_to_async
387-
@require_part_of_org
388386
def resolve_ai_enabled_repos2(
389387
owner: Owner,
390388
info: GraphQLResolveInfo,

0 commit comments

Comments
 (0)