refactor: remove grant logic

This commit is contained in:
MystiPanda
2024-06-13 16:07:56 +08:00
parent 7b887e4cdd
commit a20d4959bf
6 changed files with 1 additions and 99 deletions

View File

@@ -142,10 +142,6 @@ export async function restartSidecar() {
return invoke<void>("restart_sidecar");
}
export async function grantPermission(core: string) {
return invoke<void>("grant_permission", { core });
}
export async function getAppDir() {
return invoke<string>("get_app_dir");
}