Skip to content

Commit

Permalink
🚑 Await dict_to_kwargs_cb-made coroutine
Browse files Browse the repository at this point in the history
This is a hotfix for 116222c.
  • Loading branch information
webknjaz committed Aug 26, 2024
1 parent c4f995b commit 42b3ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octomachinery/github/api/app_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def get_installation(self, event):
async def get_installation_by_id(self, install_id):
"""Retrieve an installation with access tokens via API."""
return GitHubAppInstallation(
dict_to_kwargs_cb(GitHubAppInstallationModel)(
await dict_to_kwargs_cb(GitHubAppInstallationModel)(
await self.api_client.getitem(
'/app/installations/{installation_id}',
url_vars={'installation_id': install_id},
Expand Down

0 comments on commit 42b3ee4

Please sign in to comment.