We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2952e09 commit ff79db6Copy full SHA for ff79db6
1 file changed
services/apps/cron_service/src/jobs/incomingWebhooksCheck.job.ts
@@ -75,9 +75,9 @@ const job: IJobDefinition = {
75
return
76
}
77
78
- const webhooks = await dbConnection.any<{ id: string; platform: string }>(
+ const webhooks = await dbConnection.any<{ id: string }>(
79
`
80
- select iw.id, i.platform
+ select iw.id
81
from "incomingWebhooks" iw
82
join integrations i on iw."integrationId" = i.id and i."deletedAt" is null
83
where iw.state = $(state)
0 commit comments