Enable a couple of linters

This commit is contained in:
jvoisin
2020-04-29 12:29:34 +02:00
committed by Deluan Quintão
parent d6c70554b3
commit 26188e6d8a
3 changed files with 7 additions and 3 deletions
-1
View File
@@ -181,7 +181,6 @@ func (g *listGenerator) GetNowPlaying(ctx context.Context) (Entries, error) {
entries[i].MinutesAgo = int(time.Since(np.Start).Minutes())
entries[i].PlayerId = np.PlayerId
entries[i].PlayerName = np.PlayerName
}
return entries, nil
}