aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-06-20 20:33:43 -0700
committerPinapelz <yukais@pinapelz.com>2024-06-20 20:33:43 -0700
commita080b14f40cb20f86c0aaef90a35509a8d684fb6 (patch)
tree20977005373626b22bbef7659c7809c6ab84240c /src
parentb67ac03161018dd9d87026b92b590c8e22890489 (diff)
add missing view_count proptype to ChannelDataprop
Diffstat (limited to 'src')
-rw-r--r--src/pages/stats/[slug].tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/stats/[slug].tsx b/src/pages/stats/[slug].tsx
index 908a9f8..224046f 100644
--- a/src/pages/stats/[slug].tsx
+++ b/src/pages/stats/[slug].tsx
@@ -14,6 +14,7 @@ interface ChannelDataProp {
subscribers: number;
sub_org: string;
video_count: number;
+ view_count: number;
next_milestone: string;
days_until_next_milestone: string;
next_milestone_date: string;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage