Rename Fav{Asc,Desc} to Score{Asc,Desc}

parent 2a681e33
......@@ -198,7 +198,7 @@ type Limit = Int
type Offset = Int
data OrderBy = DateAsc | DateDesc
| TitleAsc | TitleDesc
| FavDesc | FavAsc
| ScoreDesc | ScoreAsc
derive instance genericOrderBy :: Generic OrderBy _
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment