disable all time until i can make fetching it faster
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 46s
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m53s

This commit is contained in:
Lee
2024-10-29 19:50:40 +00:00
parent be5f0ab780
commit a47cc3c7d8
3 changed files with 1 additions and 8 deletions

View File

@ -1 +1 @@
export type Timeframe = "daily" | "weekly" | "monthly" | "all";
export type Timeframe = "daily" | "weekly" | "monthly";