Skip to content

Commit

Permalink
fix(notifications): add last sent field to webhook data retrieval query
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Sep 17, 2024
1 parent 9b8209f commit c141b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pkg/notification/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ func queueWebhookNotifications(notificationsByUserID types.NotificationsPerUserI
url,
retries,
event_names,
last_sent,
destination
FROM
users_webhooks
Expand Down

0 comments on commit c141b4c

Please sign in to comment.