Remove creator from SiteView (#49)

This commit is contained in:
Marcin Wojnarowski 2022-05-03 20:12:41 +02:00 committed by GitHub
parent af760304d8
commit 7203e3dce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,6 @@ export interface LocalUserSettingsView {
export interface SiteView {
site: Site;
creator: PersonSafe;
counts: SiteAggregates;
}