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

View file

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