mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
refactor(internal): fix doc comments
This commit is contained in:
parent
5e3bba9ae1
commit
7c1602c2c0
5 changed files with 6 additions and 8 deletions
|
@ -236,8 +236,8 @@ func (s *Storage) RemoveCategory(userID, categoryID int64) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// delete the given categories, replacing those categories with the user's first
|
||||
// category on affected feeds
|
||||
// RemoveAndReplaceCategoriesByName deletes the given categories, replacing those categories with the user's first
|
||||
// category on affected feeds.
|
||||
func (s *Storage) RemoveAndReplaceCategoriesByName(userid int64, titles []string) error {
|
||||
tx, err := s.db.Begin()
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue