diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Issue/Sort.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Issue/Sort.hs b/app/Issue/Sort.hs index 5499f9c..772cd7f 100644 --- a/app/Issue/Sort.hs +++ b/app/Issue/Sort.hs @@ -29,7 +29,7 @@ data SortBy deriving (Show) defaultSort :: Sort -defaultSort = Sort Asc (SortByTag "@createdAt") +defaultSort = Sort Desc (SortByTag "@createdAt") sortArg :: O.Parser [Sort] sortArg = |