mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 02:04:10 +02:00
refactor: rename role.options -> role.policies
This commit is contained in:
@@ -136,7 +136,7 @@ export class Role {
|
||||
@Column('jsonb', {
|
||||
default: { },
|
||||
})
|
||||
public options: Record<string, {
|
||||
public policies: Record<string, {
|
||||
useDefault: boolean;
|
||||
priority: number;
|
||||
value: any;
|
||||
|
||||
Reference in New Issue
Block a user