chore: remove comment

This commit is contained in:
Dominik Pschenitschni 2022-10-27 16:00:53 +02:00
parent 5d601ca4b3
commit 1101fcb3ff
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -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> = {}) {