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 {