Sort by price by default

This commit is contained in:
Correl Roush 2023-07-04 17:28:46 -04:00
parent 7c1050a7c2
commit 144b1eb2ba

View file

@ -156,7 +156,7 @@ parseUrl =
, ( "price", "price" )
]
)
|> Url.Parser.Query.map (Maybe.withDefault "rarity")
|> Url.Parser.Query.map (Maybe.withDefault "price")
inCollection =
Url.Parser.Query.enum "in_collection"