mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: update role active field
This commit is contained in:
parent
1936e6a0e7
commit
571ba1d568
@ -31,7 +31,7 @@ export class RoleStub extends BaseSchema {
|
|||||||
name: string;
|
name: string;
|
||||||
|
|
||||||
@Prop({ type: Boolean, default: true })
|
@Prop({ type: Boolean, default: true })
|
||||||
active?: boolean;
|
active: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Schema({ timestamps: true })
|
@Schema({ timestamps: true })
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user