fix
This commit is contained in:
parent
685fe6693b
commit
2e26ed5bed
|
|
@ -434,6 +434,7 @@ function matchQuery(keywords: string[]): boolean {
|
||||||
|
|
||||||
async function updateBaseRole() {
|
async function updateBaseRole() {
|
||||||
await os.apiWithDialog('admin/roles/update-default-policies', {
|
await os.apiWithDialog('admin/roles/update-default-policies', {
|
||||||
|
//@ts-expect-error misskey-js側の型定義が不十分
|
||||||
policies,
|
policies,
|
||||||
});
|
});
|
||||||
fetchInstance(true);
|
fetchInstance(true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue