mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Remove creator from SiteView (#49)
This commit is contained in:
parent
af760304d8
commit
7203e3dce6
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ export interface LocalUserSettingsView {
|
|||
|
||||
export interface SiteView {
|
||||
site: Site;
|
||||
creator: PersonSafe;
|
||||
counts: SiteAggregates;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue