Skip to content

Commit

Permalink
Remove duplicate artists
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Nov 26, 2018
1 parent 0c24c5a commit e6a3f16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ func (s *service) GenerateTaste(username string, period string, limit int) ([]la
al = append(al, ta)
m[ta.Genre] = struct{}{}
}
} else {
al = append(al, ta)
}
}
duration := time.Since(start)
Expand Down

0 comments on commit e6a3f16

Please sign in to comment.