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 ac75905 commit 1986cfcCopy full SHA for 1986cfc
1 file changed
github/db.py
@@ -177,7 +177,6 @@ async def put_avatar(
177
fetched_at,
178
)
179
180
-
181
async def get_webhook_by_id(self, id: uuid.UUID) -> WebhookInfo | None:
182
row = await self.db.fetchrow(
183
"SELECT id, repo, user_id, room_id, github_id, secret FROM webhook WHERE id = $1",
0 commit comments