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.
1 parent 7488984 commit fd183ddCopy full SHA for fd183dd
1 file changed
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
- GitHubAppInstallationModel(
+ dict_to_kwargs_cb(GitHubAppInstallationModel)(
119
**(
120
await self.api_client.getitem(
121
'/app/installations/{installation_id}',
0 commit comments