aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-10 01:35:33 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-10 01:47:22 -0700
commitc4ae035a8f041a3cc344d5ee90800d856be17348 (patch)
tree1fee65f55776aff9b2afcfe62f33d4239a045c52 /src/pages/stats
parent8c0bbcb7dcba2d562ea50b45e4fef50cdc6ece3c (diff)
fix: missing diff props on ChannelData
Diffstat (limited to 'src/pages/stats')
-rw-r--r--src/pages/stats/[slug].tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/stats/[slug].tsx b/src/pages/stats/[slug].tsx
index 6e6534a..3b3d709 100644
--- a/src/pages/stats/[slug].tsx
+++ b/src/pages/stats/[slug].tsx
@@ -19,6 +19,9 @@ interface ChannelDataProp {
next_milestone: string;
days_until_next_milestone: string;
next_milestone_date: string;
+ diff_1d: number;
+ diff_7d: number;
+ diff_30d: number;
}
interface GraphDataProp {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage