fix mix of tabs and spaces
Some checks failed
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 1m43s
Lint / lint (backend) (pull_request) Successful in 1m57s
Test (backend) / unit (22.x) (pull_request) Successful in 3m56s
Lint / lint (frontend) (pull_request) Successful in 9m28s
Lint / lint (misskey-js) (pull_request) Successful in 1m16s
Test (backend) / e2e (22.x) (pull_request) Failing after 8m0s
Lint / lint (sw) (pull_request) Successful in 57s
Lint / typecheck (misskey-js) (pull_request) Successful in 1m15s
Lint / typecheck (backend) (pull_request) Failing after 1m56s
Test (production install and build) / production (22.x) (pull_request) Successful in 4m22s
Lint / pnpm_install (pull_request) Successful in 56s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m37s

This commit is contained in:
Leah 2025-02-03 16:04:12 +01:00
parent 140daecf2f
commit f0de9000a0

View file

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