fix: default in user model
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user