fix: default in user model

This commit is contained in:
Marie 2023-10-04 04:52:06 +02:00 committed by GitHub
parent e2d8f787e3
commit 7df70aca49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ export class MiUser {
public isCat: boolean;
@Column('boolean', {
default: false,
default: true,
comment: 'Whether the User speaks in nya.',
})
public speakAsCat: boolean;