We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dict_to_kwargs_cb
1 parent c4f995b commit 42b3ee4Copy full SHA for 42b3ee4
octomachinery/github/api/app_client.py
@@ -115,7 +115,7 @@ async def get_installation(self, event):
115
async def get_installation_by_id(self, install_id):
116
"""Retrieve an installation with access tokens via API."""
117
return GitHubAppInstallation(
118
- dict_to_kwargs_cb(GitHubAppInstallationModel)(
+ await dict_to_kwargs_cb(GitHubAppInstallationModel)(
119
await self.api_client.getitem(
120
'/app/installations/{installation_id}',
121
url_vars={'installation_id': install_id},
0 commit comments