mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Update golangci-lint and fix lint errors
This commit is contained in:
parent
cf04db7a98
commit
0ce750d469
4 changed files with 109 additions and 92 deletions
|
@ -57,9 +57,7 @@ func (rr *RefreshResource) With(resource string, ids ...string) *RefreshResource
|
|||
if len(ids) == 0 {
|
||||
rr.resources[resource] = append(rr.resources[resource], Any)
|
||||
}
|
||||
for i := range ids {
|
||||
rr.resources[resource] = append(rr.resources[resource], ids[i])
|
||||
}
|
||||
rr.resources[resource] = append(rr.resources[resource], ids...)
|
||||
return rr
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue