From 1e60699901fce469341ec3768b5421a880bbc149 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 7 Apr 2021 16:17:41 -0400 Subject: [PATCH] Remove community creator. --- src/interfaces/source.ts | 1 - src/interfaces/views.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/interfaces/source.ts b/src/interfaces/source.ts index fac4070..fe0f9d2 100644 --- a/src/interfaces/source.ts +++ b/src/interfaces/source.ts @@ -187,7 +187,6 @@ export interface CommunitySafe { name: string; title: string; description?: string; - creator_id: number; removed: boolean; published: string; updated?: string; diff --git a/src/interfaces/views.ts b/src/interfaces/views.ts index 5bbf4f3..47fb080 100644 --- a/src/interfaces/views.ts +++ b/src/interfaces/views.ts @@ -187,7 +187,6 @@ export interface CommunityPersonBanView { export interface CommunityView { community: CommunitySafe; - creator: PersonSafe; subscribed: boolean; counts: CommunityAggregates; }