Skip to content

Commit a6360b0

Browse files
committed
typo
1 parent 53ec416 commit a6360b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrahub_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ async def count(
578578
if partial_match:
579579
data["@filters"]["partial_match"] = True
580580

581-
response = self.execute_graphql(
581+
response = await self.execute_graphql(
582582
query=Query(query={schema.kind: data}).render(),
583583
branch_name=branch,
584584
at=at,

0 commit comments

Comments
 (0)