Skip to content

Commit

Permalink
fix: add "all" timeframe
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Jan 30, 2023
1 parent df9e5aa commit 4005896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redqu
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
(or (= time "day") (= time "d")) "?t=day"
(or (= time "month") (= time "m")) "?t=month"
(or (= time "year") (= time "y")) "?t=year"
(or (= time "all") (= time "a")) "?t=all"
:else "?t=week"))

(defn sortoptmap
Expand Down

0 comments on commit 4005896

Please sign in to comment.