diff options
Diffstat (limited to 'client/src/app/shared/account')
-rw-r--r-- | client/src/app/shared/account/account.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/account/account.model.ts b/client/src/app/shared/account/account.model.ts index cc46dad77..1dce0003c 100644 --- a/client/src/app/shared/account/account.model.ts +++ b/client/src/app/shared/account/account.model.ts | |||
@@ -1,11 +1,11 @@ | |||
1 | import { Account as ServerAccount } from '../../../../../shared/models/actors/account.model' | 1 | import { Account as ServerAccount } from '../../../../../shared/models/actors/account.model' |
2 | import { Avatar } from '../../../../../shared/models/avatars/avatar.model' | 2 | import { Avatar } from '../../../../../shared/models/avatars/avatar.model' |
3 | import { environment } from '../../../environments/environment' | ||
4 | import { getAbsoluteAPIUrl } from '../misc/utils' | 3 | import { getAbsoluteAPIUrl } from '../misc/utils' |
5 | 4 | ||
6 | export class Account implements ServerAccount { | 5 | export class Account implements ServerAccount { |
7 | id: number | 6 | id: number |
8 | uuid: string | 7 | uuid: string |
8 | url: string | ||
9 | name: string | 9 | name: string |
10 | displayName: string | 10 | displayName: string |
11 | host: string | 11 | host: string |