mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
parent
48f6885f44
commit
3b94217fb7
4 changed files with 106 additions and 40 deletions
|
@ -27,7 +27,7 @@ func (s *Storage) IconByID(iconID int64) (*model.Icon, error) {
|
|||
if err == sql.ErrNoRows {
|
||||
return nil, nil
|
||||
} else if err != nil {
|
||||
return nil, fmt.Errorf("Unable to fetch icon by hash: %v", err)
|
||||
return nil, fmt.Errorf("store: unable to fetch icon by hash: %v", err)
|
||||
}
|
||||
|
||||
return &icon, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue