mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +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;
|
||||
|
||||
@Prop({ type: Boolean, default: true })
|
||||
active?: boolean;
|
||||
active: boolean;
|
||||
}
|
||||
|
||||
@Schema({ timestamps: true })
|
||||
|
Loading…
Reference in New Issue
Block a user