chore: remove comment
This commit is contained in:
parent
5d601ca4b3
commit
1101fcb3ff
@ -28,7 +28,7 @@ export default class UserModel extends AbstractModel<IUser> implements IUser {
|
||||
updated: Date
|
||||
settings: IUserSettings
|
||||
|
||||
isLocalUser: boolean // FIXME: what should this be
|
||||
isLocalUser: boolean
|
||||
deletionScheduledAt: null
|
||||
|
||||
constructor(data: Partial<IUser> = {}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user