aboutsummaryrefslogtreecommitdiffstats
path: root/app/Issue/Sort.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Issue/Sort.hs')
-rw-r--r--app/Issue/Sort.hs2
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 =