Skip to content

Commit ff79db6

Browse files
committed
fix: comment
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent 2952e09 commit ff79db6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/apps/cron_service/src/jobs/incomingWebhooksCheck.job.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ const job: IJobDefinition = {
7575
return
7676
}
7777

78-
const webhooks = await dbConnection.any<{ id: string; platform: string }>(
78+
const webhooks = await dbConnection.any<{ id: string }>(
7979
`
80-
select iw.id, i.platform
80+
select iw.id
8181
from "incomingWebhooks" iw
8282
join integrations i on iw."integrationId" = i.id and i."deletedAt" is null
8383
where iw.state = $(state)

0 commit comments

Comments
 (0)