This commit is contained in:
Jean Khawand 2024-03-16 00:52:35 +01:00
parent b2076bea55
commit 3c30a4850b
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ func (c *Client) SendSaveEntryWebhookEvent(entry *model.Entry) error {
}
func (c *Client) SendNewEntriesWebhookEvent(feed *model.Feed, entries model.Entries) error {
fmt.Errorf("userID and category id %v", feed.UserID, feed.Category.ID)
if len(entries) == 0 {
return nil
}