mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add nilerr linter
This commit is contained in:
parent
364e699ac1
commit
f82df70302
7 changed files with 11 additions and 10 deletions
|
@ -25,7 +25,7 @@ func (r propertyRepository) Put(id string, value string) error {
|
|||
update := Update(r.tableName).Set("value", value).Where(Eq{"id": id})
|
||||
count, err := r.executeSQL(update)
|
||||
if err != nil {
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
if count > 0 {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue