From b4290b0949af77108a7dde5038e6704839e83d54 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 7 May 2022 20:10:40 -0400 Subject: [PATCH] Make follower optional. --- src/interfaces/api/community.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/api/community.ts b/src/interfaces/api/community.ts index 7fb10f3..8c29f3c 100644 --- a/src/interfaces/api/community.ts +++ b/src/interfaces/api/community.ts @@ -40,7 +40,7 @@ export interface CommunityResponse { } export interface FollowCommunityResponse { - community_follower_view: CommunityFollowerView; + community_follower_view?: CommunityFollowerView; } export interface ListCommunities {