Skip to content
Snippets Groups Projects
Unverified Commit 7df70aca authored by Marie's avatar Marie Committed by GitHub
Browse files

fix: default in user model

parent e2d8f787
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment