Fixed errcheck linter complaints
This commit is contained in:
@ -23,6 +23,5 @@ func Download(ctx aero.Context) error {
|
||||
return ctx.Error(http.StatusNotFound, "Track not found", err)
|
||||
}
|
||||
|
||||
track.Download()
|
||||
return nil
|
||||
return track.Download()
|
||||
}
|
||||
|
Reference in New Issue
Block a user