👌 Applied review changes

This commit is contained in:
Scott
2018-02-24 13:11:12 +01:00
parent 9653da7ba0
commit b234877a12
8 changed files with 14 additions and 17 deletions

View File

@ -38,7 +38,7 @@ func Get(ctx *aero.Context) string {
// Quotes
quotes := arn.FilterQuotes(func(quote *arn.Quote) bool {
return !quote.IsDraft && len(quote.Description) > 0 && quote.CharacterId == character.ID
return !quote.IsDraft && len(quote.Description) > 0 && quote.CharacterID == character.ID
})
arn.SortQuotesPopularFirst(quotes)