Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
  • Loading branch information
sarthakjdev committed Jan 11, 2025
1 parent d66fc9e commit 748e59c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/manager/webhook_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,9 @@ func (wh *WebhookManager) handleMessagesSubscriptionEvents(payload HandleMessage
return nil
}

func (wh *WebhookManager) handleAccountAlertsSubscriptionEvents(value AccountAlertsValue) {
func (wh *WebhookManager) handleAccountAlertsSubscriptionEvents(value AccountAlertsValue) error {
wh.EventManager.Publish(events.AccountAlertsEventType, events.AccountAlertEvent{})
return nil
}

func (wh *WebhookManager) handleSecuritySubscriptionEvents(value SecurityValue) {
Expand Down

0 comments on commit 748e59c

Please sign in to comment.