This commit is contained in:
syuilo 2020-07-31 19:21:13 +09:00
parent feed6c7acc
commit 3589fc6f4f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export class UserProfile {
@Index()
@Column('boolean', {
default: false,
default: false, select: false,
})
public enableWordMute: boolean;