diff --git a/components/Content.tsx b/components/Content.tsx index 08787e7..49510d6 100644 --- a/components/Content.tsx +++ b/components/Content.tsx @@ -4,7 +4,7 @@ import debounce from 'debounce' type AccountDetails = { id: string // IMPORTANT: this is int64 so will overflow Javascript's number type - acct: string + acct: string, followed_by: Set // list of handles }