No await for reload
This commit is contained in:
@@ -63,7 +63,7 @@ export async function updatePlugs() {
|
||||
await space.deleteAttachment(existingPlug);
|
||||
}
|
||||
}
|
||||
await system.reloadPlugs();
|
||||
system.reloadPlugs();
|
||||
}
|
||||
|
||||
export async function getPlugHTTPS(url: string): Promise<Manifest> {
|
||||
|
||||
Reference in New Issue
Block a user