fix unnecessary leading newline (whitespace)

This commit is contained in:
Jean Khawand 2024-03-16 00:57:15 +01:00
parent 3c30a4850b
commit 9a70a94914
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ func NewClient(webhookURL, webhookSecret string, store *storage.Storage) *Client
}
func (c *Client) SendSaveEntryWebhookEvent(entry *model.Entry) error {
feedCategory, err := c.store.Category(entry.UserID, entry.Feed.Category.ID)
if err != nil {
return fmt.Errorf("webhook: unable to find category: %v", err)