Skip to content

Commit fd183dd

Browse files
committed
🚑 Wrap another GitHubAppInstallationModel call
This is a follow-up for 97da1e9 that didn't completely eliminate the exception reported in Sentry. Ref #61
1 parent 7488984 commit fd183dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
GitHubAppInstallationModel(
118+
dict_to_kwargs_cb(GitHubAppInstallationModel)(
119119
**(
120120
await self.api_client.getitem(
121121
'/app/installations/{installation_id}',

0 commit comments

Comments
 (0)