Skip to content

Commit 5edb78e

Browse files
chore: default interval last 7 days
1 parent 7bc7f57 commit 5edb78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/summary.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (h *SummaryHandler) GetIndex(w http.ResponseWriter, r *http.Request) {
5656
http.Redirect(w, r, redirectAddress, http.StatusFound)
5757
}
5858

59-
q.Set("interval", "high_seas")
59+
q.Set("interval", "last_7_days")
6060
r.URL.RawQuery = q.Encode()
6161
} else if q.Get("interval") != "" {
6262
// Send a Set-Cookie header to persist the interval

0 commit comments

Comments
 (0)