Skip to content

Commit 42b3ee4

Browse files
committed
🚑 Await dict_to_kwargs_cb-made coroutine
This is a hotfix for 116222c.
1 parent c4f995b commit 42b3ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octomachinery/github/api/app_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def get_installation(self, event):
115115
async def get_installation_by_id(self, install_id):
116116
"""Retrieve an installation with access tokens via API."""
117117
return GitHubAppInstallation(
118-
dict_to_kwargs_cb(GitHubAppInstallationModel)(
118+
await dict_to_kwargs_cb(GitHubAppInstallationModel)(
119119
await self.api_client.getitem(
120120
'/app/installations/{installation_id}',
121121
url_vars={'installation_id': install_id},

0 commit comments

Comments
 (0)