From 6edd24185cbbaeda3ac194e6a4bc9c2ae83fa689 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 6 Jan 2019 14:57:21 -0600 Subject: [PATCH] lint: missing comment --- backend/app/store/service/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/store/service/service.go b/backend/app/store/service/service.go index 4b9590e6..61e00fce 100644 --- a/backend/app/store/service/service.go +++ b/backend/app/store/service/service.go @@ -196,6 +196,7 @@ func (s *DataStore) EditComment(locator store.Locator, commentID string, req Edi return comment, err } +// SetTitle puts title from the locator.URL page and overwrites any existing title func (s *DataStore) SetTitle(locator store.Locator, commentID string) (comment store.Comment, err error) { if s.TitleExtractor == nil { return comment, errors.New("no title extractor")