refactor
This commit is contained in:
parent
feed6c7acc
commit
3589fc6f4f
|
@ -149,7 +149,7 @@ export class UserProfile {
|
||||||
|
|
||||||
@Index()
|
@Index()
|
||||||
@Column('boolean', {
|
@Column('boolean', {
|
||||||
default: false,
|
default: false, select: false,
|
||||||
})
|
})
|
||||||
public enableWordMute: boolean;
|
public enableWordMute: boolean;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue